[Bug 1700933] [NEW] installer crashes while installing in vmware workstation 12

2017-06-28 Thread Divya Gummadi
Public bug reported:

I can't able to install and open ubuntu 16.04 in vmware workstation 12

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.3
ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
Uname: Linux 4.8.0-36-generic i686
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: i386
CasperVersion: 1.376.2
Date: Wed Jun 28 01:55:04 2017
InstallCmdLine: initrd=initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper 
quiet splash --- debian-installer/custom-installation=/custom 
find_preseed=/preseed.cfg auto preseed/file=/floppy/preseed.cfg 
automatic-ubiquity noprompt priority=critical locale=en_US 
console-setup/modelcode=evdev BOOT_IMAGE=vmlinuz
LiveMediaBuild: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release i386 (20170215.2)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 ubiquity-2.21.63.3 ubuntu xenial

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

Title:
  installer crashes while installing in vmware workstation 12

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

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


[Bug 1683042] [NEW] package smitools (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/smilint', which is also in package libsmi2ldbl 0.4.8+dfsg2-4build1

2017-04-15 Thread Divya Kshatriya
Public bug reported:

It is not downloading smitools

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: smitools (not installed)
ProcVersionSignature: Ubuntu 4.4.0-72.93~14.04.1-generic 4.4.49
Uname: Linux 4.4.0-72-generic i686
ApportVersion: 2.14.1-0ubuntu3.23
AptOrdering:
 smitools: Install
 smitools: Configure
Architecture: i386
Date: Sat Apr 15 21:04:16 2017
DpkgTerminalLog:
 Preparing to unpack .../smitools_0.4.8+dfsg2-8ubuntu2_i386.deb ...
 Unpacking smitools (0.4.8+dfsg2-8ubuntu2) ...
 dpkg: error processing archive 
/var/cache/apt/archives/smitools_0.4.8+dfsg2-8ubuntu2_i386.deb (--unpack):
  trying to overwrite '/usr/bin/smilint', which is also in package libsmi2ldbl 
0.4.8+dfsg2-4build1
DuplicateSignature: package:smitools:(not installed):trying to overwrite 
'/usr/bin/smilint', which is also in package libsmi2ldbl 0.4.8+dfsg2-4build1
ErrorMessage: trying to overwrite '/usr/bin/smilint', which is also in package 
libsmi2ldbl 0.4.8+dfsg2-4build1
InstallationDate: Installed on 2017-02-05 (69 days ago)
InstallationMedia: Ubuntu 14.04.5 LTS "Trusty Tahr" - Release i386 (20160803)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.7
 apt  1.0.1ubuntu2.17
SourcePackage: libsmi
Title: package smitools (not installed) failed to install/upgrade: trying to 
overwrite '/usr/bin/smilint', which is also in package libsmi2ldbl 
0.4.8+dfsg2-4build1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 need-duplicate-check package-conflict trusty

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

Title:
  package smitools (not installed) failed to install/upgrade: trying to
  overwrite '/usr/bin/smilint', which is also in package libsmi2ldbl
  0.4.8+dfsg2-4build1

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

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


[Bug 1070681] Re: xfreerdp crashes with SIGSEGV on copying images via clipboard

2017-03-10 Thread Divya
https://github.com/FreeRDP/FreeRDP/pull/414/commits/4720596d610e5406d0445433f1a079fc84858fa7

^^ Above patch fixes this issue

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

Title:
  xfreerdp crashes with SIGSEGV on copying images via clipboard

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

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


[Bug 1526116] [NEW] Seeing race condition between update_port and delete_port on lbaas vip port when lbaas_listener delete and loadbalancer_delete is called back to back

2015-12-14 Thread Divya ChanneGowda
Public bug reported:

As lb and lb listener db entry is deleted before the driver.listener.delete is 
completed.
When listener_delete and loadbalancer_delete is triggered repeatedly,
before update_port triggered by listener_delete is finished, 
loadbalancer_delete triggers delete_port.  And when update_port is resumed, 
tries to fetch port and fails as port is already deleted.

** Affects: neutron-lbaas (Ubuntu)
 Importance: Undecided
 Assignee: Divya ChanneGowda (divya-hc)
 Status: New

** Changed in: neutron-lbaas (Ubuntu)
 Assignee: (unassigned) => Divya ChanneGowda (divya-hc)

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

Title:
  Seeing race condition between update_port and delete_port on lbaas vip
  port when lbaas_listener delete and loadbalancer_delete is called back
  to back

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

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


[Bug 1431161] Re: broadband modem not detected

2015-11-19 Thread Divya Shettar
** Changed in: powerd (Ubuntu)
 Assignee: (unassigned) => Divya Shettar (shettar-divya)

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

Title:
  broadband modem not detected

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

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


[Bug 1285258] Re: failing to unlock screensaver

2015-10-12 Thread Divya Shettar
** Changed in: gnome-shell (Ubuntu)
 Assignee: (unassigned) => Divya Shettar (shettar-divya)

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

Title:
  failing to unlock screensaver

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

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


[Bug 1285258] Re: failing to unlock screensaver

2015-10-04 Thread Divya Shettar
** Changed in: gnome-shell (Ubuntu)
 Assignee: (unassigned) => Divya Shettar (shettar-divya)

** Changed in: gnome-shell (Ubuntu)
 Assignee: Divya Shettar (shettar-divya) => (unassigned)

** Changed in: gnome-shell (Ubuntu)
 Assignee: (unassigned) => Divya Shettar (shettar-divya)

** Changed in: gnome-shell (Ubuntu)
 Assignee: Divya Shettar (shettar-divya) => (unassigned)

** Changed in: gnome-shell (Ubuntu)
 Assignee: (unassigned) => Divya Shettar (shettar-divya)

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

Title:
  failing to unlock screensaver

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

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


[Bug 1482763] Re: [LbaasV2] lbaas-listener create does not fail even when lbaas VIP port is in use by nova VM

2015-08-10 Thread Divya ChanneGowda
This issue is seen only in kilo has been fixed in the master branch. 
Plan to work on backporting the fix to kilo.

** Changed in: neutron-lbaas (Ubuntu)
 Assignee: (unassigned) => Divya ChanneGowda (divya-hc)

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

Title:
  [LbaasV2] lbaas-listener create does not fail even when lbaas VIP port
  is in use by nova VM

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

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


[Bug 1482763] [NEW] [LbaasV2] lbaas-listener create does not fail even when lbaas VIP port is in use by nova VM

2015-08-07 Thread Divya ChanneGowda
Public bug reported:


This is a negative test case i was trying out:

neutron lbaas-loadbalancer-create --name lb1 
This create a lbaas VIP port
 id   | name
  | mac_address   | fixed_ips 
ce3b7dd6-d485-4db9-9b5d-7c0ca8df28b5 | 
loadbalancer-30d76d85-af44-4353-8852-6441ff9901a9 | fa:16:3e:3c:a0:8b | 
{"subnet_id": "095cab5a-c64f-4655-9900-84ffdee023e4", "ip_address": 
"30.40.60.2"}

Now if i try to boot a VM using this VIP port, VM boot goes through
fine.

 nova boot negative_test  --nic port-id=ce3b7dd6-d485-4db9-9b5d-
7c0ca8df28b5

1. Should using the lbaas VIP port for nova boot be blocked??

After the VM boot, device_owner on VIP port is updated to nova:compute

neutron port-show ce3b7dd6-d485-4db9-9b5d-7c0ca8df28b5
+---+---+
| Field | Value 
|
+---+---+
| admin_state_up| False 
|
| allowed_address_pairs |   
|
| binding:vif_details   | {"port_filter": false}
|
| binding:vif_type  | ovs   
|
| device_id | 5c3ebb4c-d6e9-4cb7-b2d3-56fd78519b49  
|
| device_owner  | compute:nova  
|
| fixed_ips | {"subnet_id": "095cab5a-c64f-4655-9900-84ffdee023e4", 
"ip_address": "30.40.60.2"} |
| id| ce3b7dd6-d485-4db9-9b5d-7c0ca8df28b5  
|
| mac_address   | fa:16:3e:3c:a0:8b 
|
| name  | loadbalancer-30d76d85-af44-4353-8852-6441ff9901a9 
|
| network_id| a65b90fd-3659-4825-b0f3-8f1b5bee4875  
|
| security_groups   | bdb4b149-8b77-45fc-ad5f-d4f1c4784545  
|
| status| ACTIVE
|
| tenant_id | ceeb2e8e5fcd40d9a9f42a7cd691e789  
|
+---+---


Now when i try to create a listener, this doesn't throw any error, the port 
owner gets updates to lbaasv2

neutron port-show ce3b7dd6-d485-4db9-9b5d-7c0ca8df28b5
+---+---+
| Field | Value 
|
+---+---+
| admin_state_up| True  
|
| allowed_address_pairs |   
|
| binding:vif_details   | {"port_filter": false}
|
| binding:vif_type  | ovs   
|
| device_id | 27ba8ec3-c3d9-5eb2-baa4-aee774ee9da0  
|
| device_owner  | neutron:LOADBALANCERV2
|
| fixed_ips | {"subnet_id": "095cab5a-c64f-4655-9900-84ffdee023e4", 
"ip_address": "30.40.60.2"} |
| id| ce3b7dd6-d485-4db9-9b5d-7c0ca8df28b5  
|
| mac_address   | fa:16:3e:3c:a0:8b 
|
| name  | loadbalancer-30d76d85-af44-4353-8852-6441ff9901a9 
|
| network_id| a65b90fd-3659-4825-b0f3-8f1b5bee4875  
|
| security_groups   | bdb4b149-8b77-45fc-ad5f-d4f1c4784545  
|
| status| ACTIVE
|
| tenant_id | ceeb2e8e5fcd40d9a9f42a7cd691e789  


2.  Shouldn't listener-create fail when VIP port is already in use ??

** Affects: neutron-lbaas (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, w

[Bug 1313952] Re: octave-cli: ../../../../../../../src/mesa/drivers/dri/i965/brw_eu_emit.c:267: validate_reg: Assertion `execsize >= width' failed.

2014-08-17 Thread Bhaskar Divya
The bug is due to the use of "MarkFaceColor" in plot function.
for example, it crashes  when i use,
plot(X(neg, 1), X(neg, 2), 'ko', 'MarkerFaceColor', 'y', 'MarkerSize', 7)

but it will not crash when the plot function is used as
plot(X(neg, 1), X(neg, 2), 'ko', 'MarkerSize', 7)

Hope its fixed soon.

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

Title:
  octave-cli:
  ../../../../../../../src/mesa/drivers/dri/i965/brw_eu_emit.c:267:
  validate_reg: Assertion `execsize >= width' failed.

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

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


[Bug 1306545] Re: ISST-KVM-UBUNTU:20 scsi disks in a VM, fisk -l doesnot list all the disks available

2014-04-14 Thread Divya Vikas
All these 20 disks are qcow2 formatted .. I have created these qcow2 format 
disks on the nfs mounted directory.
So different issue exists with parted -l also .. 

root@ubuntu:~# parted -l
Model: IBM 2145 (scsi)
Disk /dev/sda: 21.5GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start   End SizeFile system  Name  Flags
 1  1049kB  8389kB  7340kB prep
 2  8389kB  264MB   256MB   ext2
 3  264MB   21.5GB  21.2GB lvm


Error: /dev/sdb: unrecognised disk label

Error: /dev/sdc: unrecognised disk label

Error: /dev/sdd: unrecognised disk label

Error: /dev/sde: unrecognised disk label

Error: /dev/sdf: unrecognised disk label

Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/ubuntu--vg-root: 20.3GB
Sector size (logical/physical): 512B/512B
Partition Table: loop

Number  Start  End SizeFile system  Flags
 1  0.00B  20.3GB  20.3GB  ext4


Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/ubuntu--vg-swap_1: 927MB
Sector size (logical/physical): 512B/512B
Partition Table: loop

Number  Start  EndSize   File system Flags
 1  0.00B  927MB  927MB  linux-swap(v1)


Error: /dev/sdg: unrecognised disk label

Error: /dev/sdh: unrecognised disk label

Error: /dev/sdi: unrecognised disk label

Error: /dev/sdj: unrecognised disk label

Error: /dev/sdk: unrecognised disk label

Error: /dev/sdl: unrecognised disk label

Error: /dev/sdm: unrecognised disk label

Error: /dev/sdn: unrecognised disk label

Error: /dev/sdo: unrecognised disk label

Error: /dev/sdp: unrecognised disk label

Error: /dev/sdq: unrecognised disk label

Error: /dev/sdr: unrecognised disk label

Error: /dev/sds: unrecognised disk label

Error: /dev/sdt: unrecognised disk label

Error: /dev/sdu: unrecognised disk label

Warning: Unable to open /dev/sr0 read-write (Read-only file system).  /dev/sr0
has been opened read-only.
Warning: The driver descriptor says the physical block size is 512 bytes, but
Linux says it is 2048 bytes.
Ignore/Cancel?

Thanks
Divya

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

Title:
  ISST-KVM-UBUNTU:20 scsi disks in a VM, fisk -l doesnot list all the
  disks available

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

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


[Bug 1306545] Re: ISST:Severity-3:20 scsi disks in a VM, fisk -l doesnot list all the disks available

2014-04-11 Thread Divya Vikas
NOTE:- 
-

System is on a private network. Access the private network via SSH to 
"banner.isst.aus.stglabs.ibm.com" using your GSA ID and password.
(Banner itself is behind a BSO, so must authenticate through that first.)

or
ssh banner.isst.aus.stglabs.ibm.com [debug/don2rry ]

Host : -

lizkvm.isst.aus.stglabs.ibm.com [10.33.11.3]
[root/don2rry ]

Guests : -

lizg18.isst.aus.stglabs.ibm.com [root/don2rry ]
lizg18 IP: 10.33.14.21

To open a Guest console

virsh console lizg18 --force

 By Mistake in the comment 1 , I have added the wrong host and wrong
guest.   (as above )

Pls refer to the following Host and Guest :

Host : -

geokvm.isst.aus.stglabs.ibm.com [10.33.10.249]
[root/don2rry ]

Guests : -

divya-tmp-multi [divya/divya ]
 IP: 10.33.14.96

To open a Guest console

virsh console divya-tmp-multi --force



** Summary changed:

- ISST:Severity-3:20 scsi disks in a VM, fisk -l doesnot list all the disks 
available
+ ISST-KVM:20 scsi disks in a VM, fisk -l doesnot list all the disks available

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

Title:
  ISST-KVM:20 scsi disks in a VM, fisk -l doesnot list all the disks
  available

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

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


[Bug 1306545] [NEW] ISST:Severity-3:20 scsi disks in a VM, fisk -l doesnot list all the disks available

2014-04-11 Thread Divya Vikas
K1.6."
Populating /vdevice/v-scsi@5000
   SCSI: Looking for devices
  8000 CD-ROM   : "QEMU QEMU CD-ROM  1.6."
Populating /vdevice/vty@3000

3. On the host machine , the qcow2 disk images are present on the nfs
mount point

df -h 
coolp2:/kvm_lpm  276G  129G  133G  50% /mnt/lpm1

On /mnt/lpm1 : I have created 20 disks of qcow2 format ( 5G each )
[root@hudkvm lpm1]# ls -al | grep div
-rw-r--r--. 1 nobody nobody   526188544 Apr 11 06:50 div_extra10.qcow2
-rw-r--r--. 1 nobody nobody   536674304 Apr 11 06:50 div_extra11.qcow2
-rw-r--r--. 1 nobody nobody   523042816 Apr 11 06:50 div_extra12.qcow2
-rw-r--r--. 1 nobody nobody   515702784 Apr 11 06:50 div_extra13.qcow2
-rw-r--r--. 1 nobody nobody   521207808 Apr 11 06:50 div_extra14.qcow2
-rw-r--r--. 1 nobody nobody   530120704 Apr 11 06:50 div_extra15.qcow2
-rw-r--r--. 1 nobody nobody   532742144 Apr 11 06:50 div_extra16.qcow2
-rw-r--r--. 1 nobody nobody   524353536 Apr 11 06:50 div_extra17.qcow2
-rw-r--r--. 1 nobody nobody   523042816 Apr 11 06:50 div_extra18.qcow2
-rw-r--r--. 1 nobody nobody   529334272 Apr 11 06:50 div_extra19.qcow2
-rw-r--r--. 1 nobody nobody   527237120 Apr 11 06:50 div_extra1.qcow2
-rw-r--r--. 1 nobody nobody   522387456 Apr 11 06:50 div_extra20.qcow2
-rw-r--r--. 1 nobody nobody   519897088 Apr 11 06:50 div_extra2.qcow2
-rw-r--r--. 1 nobody nobody   533004288 Apr 11 06:50 div_extra3.qcow2
-rw-r--r--. 1 nobody nobody   521469952 Apr 11 06:50 div_extra4.qcow2
-rw-r--r--. 1 nobody nobody   528809984 Apr 11 06:50 div_extra5.qcow2
-rw-r--r--. 1 nobody nobody   524091392 Apr 11 06:50 div_extra6.qcow2
-rw-r--r--. 1 nobody nobody   539623424 Apr 11 06:50 div_extra7.qcow2
-rw-r--r--. 1 nobody nobody   525926400 Apr 11 06:50 div_extra8.qcow2
-rw-r--r--. 1 nobody nobody   527630336 Apr 11 06:50 div_extra9.qcow2

4. virsh dump divya-tmp-multi


  divya-tmp-multi
  9a449514-9a4f-4bbc-801c-04d878e9ece4
  5242880
  5242880
  32
  
hvm


  
  


  
  
power7


  
  

  
 
  destroy
  restart
  preserve
  
/usr/bin/qemu-system-ppc64

  
  
  
  


  
  
  
  


  
  
  
  


  
  
  
  


  
  
  
  


  
  
  
  

...
  
  
  
  
  


  
  
  
  
  


  


  


  
  

  


  



  
  
  
  


  
  


  
  


  
  



NOTE:-
-

System is on a private network. Access the private network via SSH to 
"banner.isst.aus.stglabs.ibm.com" using your GSA ID and password.
(Banner itself is behind a BSO, so must authenticate through that first.)

or
ssh banner.isst.aus.stglabs.ibm.com [debug/don2rry ]

Host : -

lizkvm.isst.aus.stglabs.ibm.com [10.33.11.3]
[root/don2rry ]

Guests : -

lizg18.isst.aus.stglabs.ibm.com [root/don2rry ]
lizg18 IP: 10.33.14.21

To open a Guest console

virsh console lizg18 --force

-
 TESTING INFORMATION
-

SYSTEM INFORMATION
--
  HOST NAME or NETWORK ADDRESS: geokvm.isst.aus.stglabs.ibm.com (10.33.10.249)

   FSP NAME and FSP ip fsp-geo.isst.aus.stglabs.ibm.com. (10.33.10.248)

  KVM BUILD LEVEL: - Frobisher 13
  Sapphire FIRMWARE LEVEL: - fips810/b0324b_1413.810

Classification the type of defect

  DEFECT :distro
  TYPE OF DEFECT:Ubuntu 14.04

-
DEBUGGING INFORMATION
-

DEBUG / LOGIN INFORMATION
-
  ERROR LOG: on local machine
  FSP LOGIN: see name above dev/FipSdev

RECENT SYSTEM CHANGES
-
  none

** Affects: dpkg (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/1306545

Title:
  ISST:Severity-3:20 scsi disks in a VM, fisk -l doesnot list all the
  disks available

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

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


[Bug 909865] Re: Broadcom BCM2035 not working in ubuntu natty or oneiric

2012-02-05 Thread Bhaskar Divya
Some success at last...
I purged bluez  via
sudo apt-get remove --purge bluez

then installed bluez from here

https://launchpad.net/ubuntu/+source/bluez/4.69-0ubuntu2/+build/1930179

these are maverick's version of bluez.
Now Blueman detects my mobile and i can browse files on  it.
Still DUN is a problem a bit.
But that seems to be another bug.

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

Title:
  Broadcom BCM2035 not working in ubuntu natty or oneiric

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

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


[Bug 909865] Re: Broadcom BCM2035 not working in ubuntu natty or oneiric

2012-02-03 Thread Bhaskar Divya
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Broadcom BCM2035 not working in ubuntu natty or oneiric

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

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


[Bug 909865] Re: Broadcom BCM2035 not working in ubuntu natty or oneiric

2012-02-03 Thread Bhaskar Divya
I installed the latest kernel 3.3rc2. It didn't fixed it.
I then tried to reinstall bluez 4.98 from source, it didn't fixed.
I did try service restart in between steps.

Then i installed Blueman, started it but it shows bluez error that bluez
daemon was not running

I tried rfcomm command to connect with my mobile... it did asked the
passkey on my mobile... no passkey matched.

Then, i tried to run bluez-simple-agent in terminal believing it was a pairing 
agent . 
it threw some python traceback errors:

Traceback (most recent call last):
  File "/usr/bin/bluez-simple-agent", line 88, in 
manager = dbus.Interface(bus.get_object("org.bluez", "/"),
  File "/usr/lib/pymodules/python2.7/dbus/bus.py", line 244, in get_object
follow_name_owner_changes=follow_name_owner_changes)
  File "/usr/lib/pymodules/python2.7/dbus/proxies.py", line 241, in __init__
self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib/pymodules/python2.7/dbus/bus.py", line 183, in 
activate_name_owner
self.start_service_by_name(bus_name)
  File "/usr/lib/pymodules/python2.7/dbus/bus.py", line 281, in 
start_service_by_name
'su', (bus_name, flags)))
  File "/usr/lib/pymodules/python2.7/dbus/connection.py", line 630, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The 
name org.bluez was not provided by any .service files


Currently, I have uninstalled bluez(and with it i think gnome-bluetooth), then 
installed blueman (and it reinstalled bluez4.91).
Blueman is showing same errors as above even now.

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

Title:
  Broadcom BCM2035 not working in ubuntu natty or oneiric

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

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


[Bug 909865] Re: Broadcom BCM2035 not working in ubuntu natty or oneiric

2012-02-03 Thread Bhaskar Divya
** Tags removed: needs-upstream-testing
** Tags added: kernel-bug-exists-upstream

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

Title:
  Broadcom BCM2035 not working in ubuntu natty or oneiric

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

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


[Bug 914328] Re: the backspace does not work in terminal while doing linux programming.

2012-01-10 Thread Divya Agarwal
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/914328

Title:
  the backspace does not work in terminal while doing linux programming.

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

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


[Bug 914328] [NEW] the backspace does not work in terminal while doing linux programming.

2012-01-10 Thread Divya Agarwal
Public bug reported:

when I do linux programming, the backspace key does not work. Is there
any substitute or any drop dpwn list in terminal which fulfill this
problem ?

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: gnome-terminal 2.32.1-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Tue Jan 10 07:18:20 2012
ExecutablePath: /usr/bin/gnome-terminal
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug apport-lpi i386 natty

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

Title:
  the backspace does not work in terminal while doing linux programming.

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

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


[Bug 909865] Re: Broadcom BCM2035 not working in ubuntu natty or oneiric

2012-01-01 Thread Bhaskar Divya
** Tags added: bluetooth bluez gnome-bluetooth

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

Title:
  Broadcom BCM2035 not working in ubuntu natty or oneiric

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

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


[Bug 909865] Re: Broadcom BCM2035 not working in ubuntu natty or oneiric

2012-01-01 Thread Bhaskar Divya
** Description changed:

  I am not able to turn on the bluetooth from the bluetooth applet ... after 
clicking on "turn on bluetooth" , It just grayed out.
  I have tried in both natty and oneiric.
+ edit: I think i made some progress.Bluez seems to be the problem.
+ I  used sakis3g(www.sakis3g.org) and used my nokia mobile's mac address and 
it did connected for a while...and then stops.
+ In terminal, i used rfcomm connect command, it asked for pass in my mobile  
but no pass worked as i think there is no pairing agent bind to the bluetooth 
device.
+ 
+ pairing is a problem now.. as no pairing agent is running 
+ Should i try installing precise's bluez package or compile from source?
  
  lsusb
  
  Bus 003 Device 003: ID 0a5c:2035 Broadcom Corp. BCM2035 Bluetooth
  
  lsmod
  
  Module  Size  Used by
- sco17827  0 
  bnep   17785  0 
- l2cap  48656  1 bnep
  btusb  18160  1 
  bluetooth  65493  4 sco,bnep,l2cap,btusb
- ppp_deflate12838  0 
- bsd_comp   12777  0 
- ppp_async  17308  1 
- crc_ccitt  12595  1 ppp_async
- binfmt_misc13213  1 
- vboxnetadp 13348  0 
- vboxnetflt 27855  0 
- vboxdrv   238410  2 vboxnetadp,vboxnetflt
- dm_crypt   22463  0 
- snd_cmipci 35330  2 
- gameport   15027  1 snd_cmipci
- snd_pcm80042  1 snd_cmipci
- snd_page_alloc 14073  1 snd_pcm
- snd_opl3_lib   18760  1 snd_cmipci
- snd_hwdep  13274  1 snd_opl3_lib
- snd_mpu401_uart13865  1 snd_cmipci
- snd_seq_midi   13132  0 
- snd_rawmidi25269  2 snd_mpu401_uart,snd_seq_midi
- snd_seq_midi_event 14475  1 snd_seq_midi
- snd_seq51291  2 snd_seq_midi,snd_seq_midi_event
- option 21045  1 
- snd_timer  28659  3 snd_pcm,snd_opl3_lib,snd_seq
- snd_seq_device 14110  4 snd_opl3_lib,snd_seq_midi,snd_rawmidi,snd_seq
- usb_wwan   19711  1 option
- usbserial  37116  5 option,usb_wwan
- snd55295  13 
snd_cmipci,snd_pcm,snd_opl3_lib,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
- soundcore  12600  1 snd
- ppdev  12849  0 
- asus_atk0110   17664  0 
- parport_pc 32111  1 
- lp 13349  0 
- parport36746  3 ppdev,parport_pc,lp
- dm_raid45  88410  0 
- xor21860  1 dm_raid45
- btrfs 527388  0 
- zlib_deflate   26594  2 ppp_deflate,btrfs
- libcrc32c  12543  1 btrfs
- usbhid 41704  0 
- hid77084  1 usbhid
- uas17676  0 
- usb_storage43946  0 
- i915  450944  4 
- drm_kms_helper 40745  1 i915
- drm   180037  5 i915,drm_kms_helper
- atl1e  32576  0 
- i2c_algo_bit   13184  1 i915
- video  18951  1 i915
- ramzswap   13202  0 
- xvmalloc   13453  1 ramzswap
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: linux-image-2.6.38-9-generic 2.6.38-9.43
  ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4
  Uname: Linux 2.6.38-9-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  home   2860 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'CMI8738'/'C-Media CMI8738 (model 37) at 0xe800, irq 19'
 Mixer name : 'CMedia PCI'
 Components : ''
 Controls  : 43
 Simple ctrls  : 23
  Date: Fri Dec 30 00:50:46 2011
  HibernationDevice: RESUME=UUID=d379af4c-ee84-4612-adee-d12372b85d95
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-9-generic 
root=UUID=d8c480c2-b40a-4a74-9946-bd5ea121862b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-2.6.38-9-generic N/A
   linux-backports-modules-2.6.38-9-generic  N/A
   linux-firmware1.52
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/11/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0414
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5QPL-AM
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsIn

[Bug 909865] Re: Broadcom BCM2035 not working in ubuntu natty or oneiric

2011-12-29 Thread Bhaskar Divya
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/909865

Title:
  Broadcom BCM2035 not working in ubuntu natty or oneiric

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

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


[Bug 909865] [NEW] Broadcom BCM2035 not working in ubuntu natty or oneiric

2011-12-29 Thread Bhaskar Divya
Public bug reported:

I am not able to turn on the bluetooth from the bluetooth applet ... after 
clicking on "turn on bluetooth" , It just grayed out.
I have tried in both natty and oneiric.

lsusb

Bus 003 Device 003: ID 0a5c:2035 Broadcom Corp. BCM2035 Bluetooth

lsmod

Module  Size  Used by
sco17827  0 
bnep   17785  0 
l2cap  48656  1 bnep
btusb  18160  1 
bluetooth  65493  4 sco,bnep,l2cap,btusb
ppp_deflate12838  0 
bsd_comp   12777  0 
ppp_async  17308  1 
crc_ccitt  12595  1 ppp_async
binfmt_misc13213  1 
vboxnetadp 13348  0 
vboxnetflt 27855  0 
vboxdrv   238410  2 vboxnetadp,vboxnetflt
dm_crypt   22463  0 
snd_cmipci 35330  2 
gameport   15027  1 snd_cmipci
snd_pcm80042  1 snd_cmipci
snd_page_alloc 14073  1 snd_pcm
snd_opl3_lib   18760  1 snd_cmipci
snd_hwdep  13274  1 snd_opl3_lib
snd_mpu401_uart13865  1 snd_cmipci
snd_seq_midi   13132  0 
snd_rawmidi25269  2 snd_mpu401_uart,snd_seq_midi
snd_seq_midi_event 14475  1 snd_seq_midi
snd_seq51291  2 snd_seq_midi,snd_seq_midi_event
option 21045  1 
snd_timer  28659  3 snd_pcm,snd_opl3_lib,snd_seq
snd_seq_device 14110  4 snd_opl3_lib,snd_seq_midi,snd_rawmidi,snd_seq
usb_wwan   19711  1 option
usbserial  37116  5 option,usb_wwan
snd55295  13 
snd_cmipci,snd_pcm,snd_opl3_lib,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore  12600  1 snd
ppdev  12849  0 
asus_atk0110   17664  0 
parport_pc 32111  1 
lp 13349  0 
parport36746  3 ppdev,parport_pc,lp
dm_raid45  88410  0 
xor21860  1 dm_raid45
btrfs 527388  0 
zlib_deflate   26594  2 ppp_deflate,btrfs
libcrc32c  12543  1 btrfs
usbhid 41704  0 
hid77084  1 usbhid
uas17676  0 
usb_storage43946  0 
i915  450944  4 
drm_kms_helper 40745  1 i915
drm   180037  5 i915,drm_kms_helper
atl1e  32576  0 
i2c_algo_bit   13184  1 i915
video  18951  1 i915
ramzswap   13202  0 
xvmalloc   13453  1 ramzswap

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.38-9-generic 2.6.38-9.43
ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4
Uname: Linux 2.6.38-9-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  home   2860 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'CMI8738'/'C-Media CMI8738 (model 37) at 0xe800, irq 19'
   Mixer name   : 'CMedia PCI'
   Components   : ''
   Controls  : 43
   Simple ctrls  : 23
Date: Fri Dec 30 00:50:46 2011
HibernationDevice: RESUME=UUID=d379af4c-ee84-4612-adee-d12372b85d95
MachineType: System manufacturer System Product Name
ProcEnviron:
 LANGUAGE=en_GB:en
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-9-generic 
root=UUID=d8c480c2-b40a-4a74-9946-bd5ea121862b ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-2.6.38-9-generic N/A
 linux-backports-modules-2.6.38-9-generic  N/A
 linux-firmware1.52
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/11/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0414
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5QPL-AM
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0414:bd06/11/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5QPL-AM:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

** Affects: gnome-bluetooth (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 natty

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

Title:
  Broadcom BCM2035 not working in ubuntu natty or oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-blu

[Bug 727209] Re: package ttf-droid 1.00~b112 dfsg 1-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-03-01 Thread divya
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/727209

Title:
  package ttf-droid 1.00~b112 dfsg 1-0ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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


[Bug 727209] [NEW] package ttf-droid 1.00~b112 dfsg 1-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-03-01 Thread divya
Public bug reported:

Binary package hint: ttf-droid

.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: ttf-droid 1.00~b112+dfsg+1-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-28.55-generic 2.6.32.27+drm33.12
Uname: Linux 2.6.32-28-generic i686
Architecture: i386
Date: Tue Mar  1 20:02:07 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
PackageArchitecture: all
SourcePackage: ttf-droid
Title: package ttf-droid 1.00~b112+dfsg+1-0ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

** Affects: ttf-droid (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  package ttf-droid 1.00~b112 dfsg 1-0ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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


[Bug 424128] [NEW] When i compile using "gcc" i get a stale nfs file handle

2009-09-03 Thread Divya Pasumarti
Public bug reported:

Hello!!

I am using Ubuntu 9.04.When i was using the gedit and at some time
when i save it, it says the file is on read-only disk cannot save.so i
tried rebooting it but it displays a screen with i/o errors which doesnt
end.therefore i switched it off and the next i switched it on it
says,"cannot open a.out stale NFS file handle" and sometimes when i
reboot, it says unproper shutdown,checking drives and in the middle it
switches to a screen which says, "one of the root systems is on read-
only disk and to start the maintenance shell,press ctrl d after
maintenance"

what is this maitenance shell and NFS file handle?how do i come out of
this? how can i do this without reinstalling again?somebody please help
me..

Thank you in advance!!

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
When i compile using "gcc" i get a stale nfs file handle
https://bugs.launchpad.net/bugs/424128
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 247804] Re: Using bonjour protocol not working for file transfer between pidgins

2008-07-12 Thread divya

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

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

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

-- 
Using bonjour protocol not working for file transfer between pidgins
https://bugs.launchpad.net/bugs/247804
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 247804] [NEW] Using bonjour protocol not working for file transfer between pidgins

2008-07-12 Thread divya
Public bug reported:

Binary package hint: pidgin

When i try transfer files between two pidgin using "bonjour" protocols ,
it seems to be not working. Saying the recipient canceled the file
transfer . Also when checking status of transfer its not showing
anything like sending or not. Remains as if its not sending anything.I'm
facing problem in pidgin 2.4.3 , I'm using it in Ubuntu 8.0.4 LTS
machine.

ProblemType: Bug
Architecture: i386
Date: Sat Jul 12 13:05:14 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/pidgin
Package: pidgin 1:2.4.3-0ubuntu1~hardy1
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
SourcePackage: pidgin
Uname: Linux 2.6.24-19-generic i686

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


** Tags: apport-bug

-- 
Using bonjour protocol not working for file transfer between pidgins
https://bugs.launchpad.net/bugs/247804
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