[Bug 2072322] Re: Unable to validate the rsa generated ssh keys though it is in openSSH fomat

2024-07-05 Thread Gangolu Venkatesh
The image unable to validate the ssh key

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

Title:
  Unable to validate the rsa generated ssh keys though it is in openSSH
  fomat

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


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

[Bug 2072322] Re: Unable to validate the rsa generated ssh keys though it is in openSSH fomat

2024-07-05 Thread Gangolu Venkatesh
** Description changed:

  I am trying to build my own image using 0001-com-ubuntu-server-jammy
  (20_04-lts) image using ARM template but, it is failing to validate SSH
  keys generated though it is in openSSH format and have required
  permissions. Tried downgrading / upgrading paramiko package but it is
  the same issue we are facing. Please help us unblock this issue. Early
  response would be appreciable.
  
  Below are the error exceptions raised:
+ 
+ at ChildProcess.emit (node:events:519:28)
+ at maybeClose (node:internal/child_process:1105:16)
+ at ChildProcess._handle.onexit (node:internal/child_process:305:5)
  
  key = self._key_from_filepath(
    File 
"/usr/share/miniconda/envs/py36/lib/python3.8/site-packages/paramiko/client.py",
 line 577, in _key_from_filepath
  key = klass.from_private_key_file(key_path, password)
    File 
"/usr/share/miniconda/envs/py36/lib/python3.8/site-packages/paramiko/pkey.py", 
line 206, in from_private_key_file
  key = cls(filename=filename, password=password)
    File 
"/usr/share/miniconda/envs/py36/lib/python3.8/site-packages/paramiko/ed25519key.py",
 line 83, in __init__
  signing_key = self._parse_signing_key_data(data, password)
    File 
"/usr/share/miniconda/envs/py36/lib/python3.8/site-packages/paramiko/ed25519key.py",
 line 132, in _parse_signing_key_data
  raise SSHException("Invalid key")
  paramiko.ssh_exception.SSHException: Invalid key
- Aborting due to failures in fabfile; status code: 1
- 
- ##[error]Script failed with error: Error: The process '/usr/bin/bash' failed 
with exit code 1
- at ExecState._setResult 
(/mnt/vss/_work/_tasks/AzureCLI_46e4be58-730b-4389-8a2f-ea10b3e5e815/1.238.5/node_modules/azure-pipelines-task-lib/toolrunner.js:1219:25)
- at ExecState.CheckComplete 
(/mnt/vss/_work/_tasks/AzureCLI_46e4be58-730b-4389-8a2f-ea10b3e5e815/1.238.5/node_modules/azure-pipelines-task-lib/toolrunner.js:1202:18)
- at ChildProcess. 
(/mnt/vss/_work/_tasks/AzureCLI_46e4be58-730b-4389-8a2f-ea10b3e5e815/1.238.5/node_modules/azure-pipelines-task-lib/toolrunner.js:1115:19)
- at ChildProcess.emit (node:events:519:28)
- at maybeClose (node:internal/child_process:1105:16)
- at ChildProcess._handle.onexit (node:internal/child_process:305:5)
- 
- key = self._key_from_filepath(
-   File 
"/usr/share/miniconda/envs/py36/lib/python3.8/site-packages/paramiko/client.py",
 line 577, in _key_from_filepath
- key = klass.from_private_key_file(key_path, password)
-   File 
"/usr/share/miniconda/envs/py36/lib/python3.8/site-packages/paramiko/pkey.py", 
line 206, in from_private_key_file
- key = cls(filename=filename, password=password)
-   File 
"/usr/share/miniconda/envs/py36/lib/python3.8/site-packages/paramiko/ed25519key.py",
 line 83, in __init__
- signing_key = self._parse_signing_key_data(data, password)
-   File 
"/usr/share/miniconda/envs/py36/lib/python3.8/site-packages/paramiko/ed25519key.py",
 line 132, in _parse_signing_key_data
- raise SSHException("Invalid key")
- paramiko.ssh_exception.SSHException: Invalid key
- 
  
  Debug logs:
  
  DEBUG:invoke:Didn't see any 
/mnt/vss/_work/1/s/automated-***/linux/***/fabric.yaml, skipping.
  DEBUG:invoke:Didn't see any 
/mnt/vss/_work/1/s/automated-***/linux/***/fabric.yml, skipping.
  DEBUG:invoke:Didn't see any 
/mnt/vss/_work/1/s/automated-***/linux/***/fabric.json, skipping.
  DEBUG:invoke:Merging config sources in order onto new empty _config...
  DEBUG:invoke:Defaults: {'run': {'asynchronous': False, 'disown': False, 
'dry': False, 'echo': False, 'echo_stdin': None, 'encoding': None, 'env': {}, 
'err_stream': None, 'fallback': True, 'hide': None, 'in_stream': None, 
'out_stream': None, 'echo_format': '\x1b[1;37m{command}\x1b[0m', 'pty': False, 
'replace_env': True, 'shell': '/bin/bash', 'warn': False, 'watchers': []}, 
'runners': {'local': , 'remote': }, 'sudo': {'password': None, 'prompt': '[sudo] 
password: ', 'user': None}, 'tasks': {'auto_dash_names': True, 
'collection_name': 'fabfile', 'dedupe': True, 'executor_class': None, 
'search_root': None}, 'timeouts': {'command': None, 'connect': None}, 
'connect_kwargs': {}, 'forward_agent': False, 'gateway': None, 
'inline_ssh_env': False, 'load_ssh_configs': True, 'port': 22, 
'ssh_config_path': None, 'user': 'cloudtest'}
  DEBUG:invoke:Collection-driven: {}
  DEBUG:invoke:System-wide config file (/etc/fabric.py): {}
  DEBUG:invoke:Runtime config file has not been loaded yet, skipping
  DEBUG:invoke:Overrides: {'run': {'echo': True}, 'tasks': {}, 'sudo': {}, 
'timeouts': {}, 'connect_kwargs': {}}
  DEBUG:invoke:Modifications: {}
  DEBUG:invoke:Deletions: {}
  DEBUG:invoke:Examining top level tasks []
  DEBUG:invoke:Tasks (now Calls) with kwargs: []
  DEBUG:invoke:Executing 
  DEBUG:invoke:Loading collection configuration
  DEBUG:invoke:Merging config sources in order onto new empty _config...
  DEBUG:invoke:Defaults: {'run': {'asynchronous': False, 'disown': False, 
'dry': False, 'ech

[Bug 2072322] Re: Unable to validate the rsa generated ssh keys though it is in openSSH fomat

2024-07-05 Thread Gangolu Venkatesh
** Also affects: 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/2072322

Title:
  Unable to validate the rsa generated ssh keys though it is in openSSH
  fomat

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


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

[Bug 1939721] [NEW] Touchpad not getting detected

2021-08-12 Thread Akshay Venkatesh
Public bug reported:

Touchpad not being listed in devices

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.11.0-25-generic 5.11.0-25.27~20.04.1
ProcVersionSignature: Ubuntu 5.11.0-25.27~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-25-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Thu Aug 12 22:03:16 2021
InstallationDate: Installed on 2021-08-12 (0 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
SourcePackage: linux-signed-hwe-5.11
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-signed-hwe-5.11 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  Touchpad not getting detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.11/+bug/1939721/+subscriptions


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

[Bug 1907875] [NEW] weather applet crashes on logout

2020-12-12 Thread venkatesh
Public bug reported:

aa

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.15
ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.16
Architecture: amd64
CasperVersion: 1.394.3
CurrentDesktop: ubuntu:GNOME
Date: Sat Dec 12 13:20:28 2020
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd quiet splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 (20200806.1)
ProcEnviron:
 LANGUAGE=en_IN
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.15 ubuntu

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

Title:
  weather applet crashes on logout

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

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

[Bug 1887490] Re: [FFe/SRU] Add/Backport EPYC-v3 and EPYC-Rome CPU model

2020-10-29 Thread Venkatesh Srinivas
Hi - commit 411a139d84bd34931e0e01d6ed5e48a718392e5d added
svm_xsaves_support, but AFAICT support for virtualizing the IA32_XSS MSR
on SVM was not merged back from upstream. Commit
864e2ab2b46db1ac266c46a7c9cefe6cc893029d added this support upstream and
was a parent of 411a13.

This means QEMU-KVM will report xsaves in CPUID, but IA32_XSS will not
be available; guests that expect it to be present when xsaves is
enumerated may be surprised.

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

Title:
  [FFe/SRU] Add/Backport EPYC-v3 and EPYC-Rome CPU model

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

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

[Bug 1750173] Re: getline doesn't terminate after fork

2019-01-21 Thread Bhuvan Venkatesh
https://stackoverflow.com/questions/50110992/why-does-forking-my-
process-cause-the-file-to-be-read-infinitely/50112169#50112169

This is defined behavior as a race condition

** Changed in: glibc (Ubuntu)
   Status: New => Invalid

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

Title:
  getline doesn't terminate after fork

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

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

[Bug 1767276] Re: Could not delete variable: Interrupted system call (package shim-signed 1.34.9+13-0ubuntu2 failed to install/upgrade: installed shim-signed package post-installation script subproces

2018-06-10 Thread Venkatesh R
found a solution at https://askubuntu.com/a/1032156 and it works...

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

Title:
  Could not delete variable: Interrupted system call (package shim-
  signed 1.34.9+13-0ubuntu2 failed to install/upgrade: installed shim-
  signed package post-installation script subprocess returned error exit
  status 1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1767276/+subscriptions

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

[Bug 1771064] [NEW] mouse click triggers middle button action sudenly

2018-05-14 Thread venkatesh
Public bug reported:

I have upgraded to ubuntu 18.4 recently. I am facing this issue very frequently.
when I do a left click, the event that gets triggered is middle click, I found 
it when I was using chrome. When I click on a tab, it closes immediately. 
first thought it was a chrome bug but later found that it is the same case when 
I click any icon in the dash, i.e., for example, I click on a terminal icon, it 
opens a new terminal window which is the expected behaviour for middle click.
Please help me in this as I have to do a restart every time this happens.
Thanks.
Venkatesh

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: 18.4 ubuntu

** Tags added: 18.4 ubuntu

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

Title:
  mouse click triggers middle button action sudenly

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

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

[Bug 1770977] [NEW] package shim-signed 1.34.9+13-0ubuntu2 failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 1

2018-05-13 Thread Venkatesh R
Public bug reported:

reported while upgrading from 17.10 to 18.04

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: shim-signed 1.34.9+13-0ubuntu2
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
.proc.sys.kernel.moksbstate_disabled: Error: [Errno 2] No such file or 
directory: '/proc/sys/kernel/moksbstate_disabled'
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
Date: Sun May 13 20:39:06 2018
EFITables:
 May 13 20:58:00 satish kernel: efi: EFI v2.40 by INSYDE Corp.
 May 13 20:58:00 satish kernel: efi:  ACPI 2.0=0x7887e014  ESRT=0x77f67618  
SMBIOS=0x780f5000 
 May 13 20:58:00 satish kernel: secureboot: Secure boot could not be determined 
(mode 0)
 May 13 20:58:00 satish kernel: esrt: Reserving ESRT space from 
0x77f67618 to 0x77f67650.
ErrorMessage: installed shim-signed package post-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2016-05-26 (716 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
PythonDetails: /root/Error: command ['which', 'python'] failed with exit code 
1:, Error: [Errno 2] No such file or directory: "/root/Error: command ['which', 
'python'] failed with exit code 1:": "/root/Error: command ['which', 'python'] 
failed with exit code 1:", unpackaged
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.1
SecureBoot: 6   0   0   0   0
SourcePackage: shim-signed
Title: package shim-signed 1.34.9+13-0ubuntu2 failed to install/upgrade: 
installed shim-signed package post-installation script subprocess returned 
error exit status 1
UpgradeStatus: Upgraded to bionic on 2018-05-13 (0 days ago)

** Affects: shim-signed (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic

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

Title:
  package shim-signed 1.34.9+13-0ubuntu2 failed to install/upgrade:
  installed shim-signed package post-installation script subprocess
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1770977/+subscriptions

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

[Bug 1769036] [NEW] package libcilkrts5:amd64 5.4.0-6ubuntu1~16.04.9 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2018-05-03 Thread Srivatsa Venkatesh Gs
Public bug reported:



ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libcilkrts5:amd64 5.4.0-6ubuntu1~16.04.9
ProcVersionSignature: Ubuntu 4.4.0-122.146-generic 4.4.117
Uname: Linux 4.4.0-122-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.16
Architecture: amd64
Date: Thu May  3 17:21:39 2018
Dependencies:
 gcc-5-base 5.4.0-6ubuntu1~16.04.9
 gcc-6-base 6.0.1-0ubuntu1
 libc6 2.23-0ubuntu10
 libgcc1 1:6.0.1-0ubuntu1
 libstdc++6 5.4.0-6ubuntu1~16.04.9
DpkgHistoryLog:
 Start-Date: 2018-05-03  17:21:03
 Commandline: aptdaemon role='role-commit-packages' sender=':1.96'
 Install: linux-headers-4.4.0-122:amd64 (4.4.0-122.146, automatic), 
linux-image-4.4.0-122-generic:amd64 (4.4.0-122.146, automatic), 
linux-signed-image-4.4.0-122-generic:amd64 (4.4.0-122.146, automatic), 
linux-image-extra-4.4.0-122-generic:amd64 (4.4.0-122.146, automatic), 
linux-headers-4.4.0-122-generic:amd64 (4.4.0-122.146, automatic)
 Upgrade: linux-headers-generic:amd64 (4.4.0.121.127, 4.4.0.122.128), 
linux-libc-dev:amd64 (4.4.0-121.145, 4.4.0-122.146), ifupdown:amd64 
(0.8.10ubuntu1.2, 0.8.10ubuntu1.3), linux-image-generic:amd64 (4.4.0.121.127, 
4.4.0.122.128), linux-signed-image-generic:amd64 (4.4.0.121.127, 
4.4.0.122.128), linux-signed-generic:amd64 (4.4.0.121.127, 4.4.0.122.128), 
linux-generic:amd64 (4.4.0.121.127, 4.4.0.122.128)
DuplicateSignature:
 package:libcilkrts5:amd64:5.4.0-6ubuntu1~16.04.9
 Processing triggers for ureadahead (0.100.0-19) ...
 ureadahead will be reprofiled on next reboot
 dpkg: error processing package libcilkrts5:amd64 (--configure):
  package is in a very bad inconsistent state; you should
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2018-03-06 (58 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.4
 apt  1.2.26
SourcePackage: gcc-5
Title: package libcilkrts5:amd64 5.4.0-6ubuntu1~16.04.9 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gcc-5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check xenial

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

Title:
  package libcilkrts5:amd64 5.4.0-6ubuntu1~16.04.9 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1769036/+subscriptions

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

[Bug 1750173] [NEW] getline doesn't terminate after fork

2018-02-17 Thread Bhuvan Venkatesh
Public bug reported:

1) lsb_release -rd
Description:Ubuntu 16.04.3 LTS
Release:16.04

2) apt-cache policy libc6
libc6:
  Installed: 2.23-0ubuntu10
  Candidate: 2.23-0ubuntu10
  Version table:
 *** 2.23-0ubuntu10 500
500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 
Packages
100 /var/lib/dpkg/status
 2.23-0ubuntu3 500

3) The following program fails to terminate, although it should when
compiled with no optimizations. This can be compiled with both clang and
gcc and the same behavior described happens. This doesn't seem to happen
with older versions of the library [citation needed].

Contents of 123.txt
```
AA\n
BB\n
CC
```

Code:

```
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 

void h(FILE* fd) {
(void)fd;
pid_t p = fork();
if(!p) {
exit(1);   
} else {
int s;
waitpid( p, &s,0);
} 
}  

int main() {
FILE* fd = fopen("123.txt", "r");
size_t cap = 20;
ssize_t br = 0;
char* buf = malloc(cap);
int linecount = 0;
while(1)  {
br = getline( &buf , &cap, fd);
if(br == -1) break;
puts(buf);
h(fd);
}   
free(buf);
fclose(fd);
return 0; 
} 
```

Expected:

```
AA  

BB  

CC  

```

Actual:
```
AA  

BB  

CC  

AA  

BB  

CC  


```


* I believe it is with how the FILE* object is being buffered and how getline 
is interacting with the buffer with a combination of fork. 
* If we change main to a syscall only version, it works as expected with the 
fork

```
int main() {
int fd = open("123.txt", O_RDONLY);
size_t cap = 20;
ssize_t br = 0;
char* buf = malloc(cap);
int linecount = 0;
while(1)  {
br = read( fd , buf, cap);
if (br == -1) break;
buf[br] = 0;
puts(buf);
if (br < cap) break;
h(fd);
}   
free(buf);
close(fd);
return 0; 
} 
```
* The `fread` version of the program terminates as expected.
* If the fork call is not there -- the program executes as normal. 
* If there is any call to `fseek(fd, 0, SEEK_CUR)` after the getline but before 
the fork, the issues goes away. Not with `ftell(fd)` though.
* If there is the same check after the fork, the file is outputted twice and 
then the program terminates.
* The issues also goes away if we set the file object to be unbuffered 
(`setvbuf(fd, NULL, _IONBF, 0);`) right after the file's opening
* Stepping through gdb, I came to an infinite cycle in 
glibc/libio/genops.c#underflow and glibc/libio/iogetdelim.c#_IO_getdelim . When 
the last line of the file is reached, an underflow calculation is done in 
iogetdelim and an execution path sets the flags of the file to _IO_EOF_SEEN, 
which getline (seems) to ignore and thinking that the file cache is invalidated 
starts over. I don't know how much this will help.

Found by: Yuxuan Ren 
Confirmation Testing/Validation: Lawrence Angrave 

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


** Tags: getline

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

Title:
  getline doesn't terminate after fork

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

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

[Bug 1703112] [NEW] Error installing Lubuntu

2017-07-08 Thread Venkatesh Durai
Public bug reported:

error when installing grub package in Lubuntu

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: ubiquity 17.04.9
ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
Uname: Linux 4.10.0-19-generic x86_64
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
CasperVersion: 1.380
Date: Sat Jul  8 19:00:18 2017
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Lubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
ProcEnviron:
 LANGUAGE=en_IN
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lubuntu ubiquity-17.04.9 zesty

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

Title:
  Error installing Lubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1703112/+subscriptions

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


[Bug 1633951] [NEW] package virtualbox-qt 5.0.24-dfsg-0ubuntu1.16.04.1 failed to install/upgrade: package virtualbox-qt is already installed and configured

2016-10-16 Thread Suddy Venkatesh
Public bug reported:

Cannot seem to install virtualbox

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: virtualbox-qt 5.0.24-dfsg-0ubuntu1.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-43.63-generic 4.4.21
Uname: Linux 4.4.0-43-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
Date: Sun Oct 16 18:32:26 2016
DuplicateSignature:
 package:virtualbox-qt:5.0.24-dfsg-0ubuntu1.16.04.1
 Processing triggers for man-db (2.7.5-1) ...
 dpkg: error processing package virtualbox-dkms (--configure):
  package virtualbox-dkms is already installed and configured
ErrorMessage: package virtualbox-qt is already installed and configured
InstallationDate: Installed on 2016-10-16 (0 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: dpkg
Title: package virtualbox-qt 5.0.24-dfsg-0ubuntu1.16.04.1 failed to 
install/upgrade: package virtualbox-qt is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed amd64 apport-package xenial

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

Title:
  package virtualbox-qt 5.0.24-dfsg-0ubuntu1.16.04.1 failed to
  install/upgrade: package virtualbox-qt is already installed and
  configured

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

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


[Bug 1562727] [NEW] package python-xapian 1.2.21-2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2016-03-28 Thread Venkatesh
Public bug reported:

Unable to install any package nor remove anything from terminal,
software center is not working, all the options and icons are lost

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: python-xapian 1.2.21-2.1
ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
Uname: Linux 4.2.0-34-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Mon Mar 28 12:31:56 2016
DuplicateSignature: package:python-xapian:1.2.21-2.1:subprocess installed 
post-installation script returned error exit status 126
ErrorMessage: subprocess installed post-installation script returned error exit 
status 126
InstallationDate: Installed on 2016-02-24 (32 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: xapian-bindings
Title: package python-xapian 1.2.21-2.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 126
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xapian-bindings (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package wily

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

Title:
  package python-xapian 1.2.21-2.1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 126

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xapian-bindings/+bug/1562727/+subscriptions

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


[Bug 1542672] [NEW] Error message on install/reinstall and reboot

2016-02-06 Thread Venkatesh Murthy
Public bug reported:

HI!

I get an error pop-up every time I install.  Even if I force a
reinstall, I get an error message "Error: no space left on device"
despite having plenty of space and plenty of inodes.

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: cups-browsed 1.0.76-1ubuntu0.2
ProcVersionSignature: Ubuntu 4.2.0-27.32-generic 4.2.8-ckt1
Uname: Linux 4.2.0-27-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Mon Dec 21 06:26:47 2015
DuplicateSignature: package:cups-browsed:1.0.76-1ubuntu0.2:subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2012-10-06 (1217 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120822.4)
Lpstat:
 device for BRFAX: usb:/dev/usb/lp0
 device for MFC8910DW: dnssd://Brother%20MFC-8910DW._pdl-datastream._tcp.local/
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
Papersize: letter
PpdFiles:
 BRFAX: Brother BRMFCFAX for CUPS
 MFC8910DW: Brother MFC-8910DW for CUPS
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=UUID=8701ff79-9407-457f-854b-7c9ec6b1db07 ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: cups-filters
Title: package cups-browsed 1.0.76-1ubuntu0.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to wily on 2015-11-01 (97 days ago)
dmi.bios.date: 04/18/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.20
dmi.board.name: Z77 Professional-M
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.20:bd04/18/2012:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnZ77Professional-M:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.

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


** Tags: amd64 apport-package wily

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

Title:
  Error message on install/reinstall and reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1542672/+subscriptions

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


[Bug 1431301] [NEW] goutputstreem files generated one file occupies 5gb place

2015-03-12 Thread venkatesh
Public bug reported:

i noticed the bug in home directory and the size of the files shows o when i 
verified my second drive where i store my softwarefile iso s i notice the same 
goutput stream file which occupies 5gb  now i kept them all in trash file what 
is this and how to overcome from this problem ( iam using 14.04 lts and in my 
vertual box i am using window ultimate 7 and android kitkat 4.4 and windows xp 
venkatesh

** Affects: lightdm (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/1431301

Title:
  goutputstreem files generated one file occupies 5gb place

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

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


[Bug 1311899] Re: Popup is too small to display Facebook authorization

2014-07-28 Thread Venkatesh Subramanian
** Summary changed:

-  Popup is too small to display Facebook authorization
+ Popup is too small to display Facebook authorization

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

Title:
  Popup is too small to display Facebook authorization

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

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


[Bug 1322607] Re: USB modesitch error

2014-06-14 Thread Venkatesh Subramanian
** Description changed:

- The bug shows up in every startup. I don't know what causes it. Let me
- just add that I use a dongle for connecting to the internet. But it is
- not inserted when I startup.
+ The bug shows up as an error saying "System problem is detected" in
+ every startup. I don't know what causes it. Let me just add that I use a
+ dongle for connecting to the internet. But it is not inserted when I
+ startup. Also note that even if I delete the crash log from /var/crash
+ the error appears but only after a few startups.
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: usb-modeswitch 2.1.1+repack0-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri May 23 18:06:51 2014
  InstallationDate: Installed on 2014-04-14 (39 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326)
  SourcePackage: usb-modeswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  USB modesitch error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1322607/+subscriptions

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


[Bug 1322607] [NEW] USB modesitch error

2014-05-23 Thread Venkatesh Subramanian
Public bug reported:

The bug shows up in every startup. I don't know what causes it. Let me
just add that I use a dongle for connecting to the internet. But it is
not inserted when I startup.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: usb-modeswitch 2.1.1+repack0-1ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.1
Architecture: amd64
CurrentDesktop: Unity
Date: Fri May 23 18:06:51 2014
InstallationDate: Installed on 2014-04-14 (39 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326)
SourcePackage: usb-modeswitch
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: usb-modeswitch (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  USB modesitch error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1322607/+subscriptions

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


[Bug 1309230] [NEW] installation of ubuntu 14.04 failed and crashed

2014-04-17 Thread Venkatesh Ramakrishnan
Public bug reported:

god knows what is happening!

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.18.7 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CasperVersion: 1.340
Date: Thu Apr 17 23:10:04 2014
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash --
LiveMediaBuild: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
ProcEnviron:
 LANGUAGE=en_GB.UTF-8
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_GB.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty ubiquity-2.18.7 ubuntu

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

Title:
  installation of ubuntu 14.04 failed and crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1309230/+subscriptions

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


[Bug 1301194] [NEW] Ubuntu 13.10 installation on a Virtual Box fails on OSX Mavericks

2014-04-02 Thread Balaji Venkatesh Sivaramakrishnan
Public bug reported:

created a Virtual Box vdi of 8GB, tried installing Ubuntu 13.10 on it.
It crashed.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubiquity 2.15.26
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
CasperVersion: 1.336ubuntu1
Date: Wed Apr  2 12:40:00 2014
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
LiveMediaBuild: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_IN
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
SourcePackage: ubiquity
UbiquityDebug:
 Ubiquity 2.15.26
 
 (ubiquity:2464): IBUS-WARNING **: The owner of /home/ubuntu/.config/ibus/bus 
is not root!
 update_release_notes_label()
 update_release_notes_label()
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy ubiquity-2.15.26 ubuntu

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

Title:
  Ubuntu 13.10 installation on a Virtual Box fails on OSX Mavericks

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

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


[Bug 951999] Thought you'd find this interesting

2013-07-08 Thread venkatesh aditya
Hi Bug,


I’ve just learned about the water crisis and thought you would be interested to 
check out this story:

https://waterforward.charitywater.org/et/1Jd63u7G


Let me know what you think!


Thanks,
Venkatesh


--
Sent via WaterForward, an initiative of charity: water
WaterForward, 387 Tehama Street, San Francisco, CA 94103, USA.
Click here to unsubscribe: 
https://waterforward.charitywater.org/opt_out?et=1Jd63u7G

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

Title:
  ubuntu hangs just few minutes after startup

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

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

[Bug 789123] Re: Eclipse crashes/quits without any error messages

2012-11-28 Thread Venkatesh
I get this many times a day,

My setup is

Ubuntu 12.10
java version "1.6.0_37"
Java(TM) SE Runtime Environment (build 1.6.0_37-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01, mixed mode)

Eclipse SDK
Version: 4.2.1
Build id: M20120914-1800

Please help to get this issue resolved, this is not letting me to do my
work peacefully. Please let me know if you need further details.

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

Title:
  Eclipse crashes/quits without any error messages

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

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


[Bug 1005122] Re: package man-db 2.6.1-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-05-27 Thread Venkatesh
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1005122

Title:
  package man-db 2.6.1-2 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/man-db/+bug/1005122/+subscriptions

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


[Bug 1005122] [NEW] package man-db 2.6.1-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-05-27 Thread Venkatesh
Public bug reported:

Nil

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: man-db
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic i686
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Sun May 27 15:25:33 2012
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
SourcePackage: man-db
Title: package man-db 2.6.1-2 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to precise on 2012-04-29 (28 days ago)

** Affects: man-db (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise

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

Title:
  package man-db 2.6.1-2 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/man-db/+bug/1005122/+subscriptions

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


Re: [Bug 951999] Re: ubuntu hangs just few minutes after startup

2012-03-17 Thread venkatesh aditya
thankyou for responding...i am from southern part of India

On Sat, Mar 17, 2012 at 3:56 PM, Fabio Marconi
wrote:

> Hello venkatesh
> which is your nation ?
> Thanks
> Fabio
> ---
> Ubuntu Bug Squad volunteer triager
> http://wiki.ubuntu.com/BugSquad
>
> ** Changed in: ubuntu
>   Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/951999
>
> Title:
>  ubuntu hangs just few minutes after startup
>
> Status in Ubuntu:
>  Incomplete
>
> Bug description:
>  I am new user to ubuntu.I downloaded ubuntu (version 11.10), made a
>  boot dvd, and installed ubuntu along side windows7.ubuntu hangs ,just
>  few minutes after startup,if i click on movie player, browser, folder
>  or just change the background.pls help me out.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+bug/951999/+subscriptions
>


-- 
-rgds
Venkatesh Aditya

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

Title:
  ubuntu hangs just few minutes after startup

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

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


[Bug 951999] Re: ubuntu hangs just few minutes after startup

2012-03-12 Thread venkatesh aditya
I cannot find any source package appropriate to this bug.And as i
mentioned earlier I am a new user to ubuntu,and am not aware of its
technical details.It would be very kind of you, if you could guide me
through the problem in detail

** Changed in: ubuntu
 Assignee: (unassigned) => venkatesh aditya (k-venkateshaditya)

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

Title:
  ubuntu hangs just few minutes after startup

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

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


[Bug 951999] [NEW] ubuntu hangs just few minutes after startup

2012-03-10 Thread venkatesh aditya
Public bug reported:

I am new user to ubuntu.I downloaded ubuntu (version 11.10), made a boot
dvd, and installed ubuntu along side windows7.ubuntu hangs ,just few
minutes after startup,if i click on movie player, browser, folder or
just change the background.pls help me out.

** Affects: 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/951999

Title:
  ubuntu hangs just few minutes after startup

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

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


[Bug 920942] [NEW] ldconfig makes system loader ld-linux.so.2 to be link to 3rd party loader resides in /lib directory on Ubuntu 11.04

2012-01-24 Thread Venkatesh
Public bug reported:

ldconfig unlink or removes the existing system loader ld-linux.so that
was linked to /lib/i386-linux-gnu/ld-2.13.so and creates symlink with
3rd party loader which resides in /lib/ld-.so, This creates system
unusable and gets kernel panic on reboot. This ldconfig behavior can be
reproduced when I was doing any pkg installation or upgrade system using
apt-get install(Only when 3rd party loaders say for ex. ld-.so present
in /lib directory)

Simple General  steps to reproduce:
--
1) Create shared library loader  ld-test.so.2 providing SONAME of system loader 
that is "ld-linux.so.2"  and copy loader ld-test.so.2 to  /lib directory
2) Now just run command "ldconfig"
3) after completing ldconfig system is in unusable state that means no commands 
work, workaround for commands to work is to set 
LD_LIBRARY_PATH="/lib/i386-linux-gnu" . But  kernel panic occurs if we reboot 
system.

I looked into this issue and then found that what apt-get install is
doing and came to know that the ldconfig which is doing this symbolic
link to 3rd party loader. Then I gone through ldconfig source code
(glibc 2.13) and understood little bit of ldconfig algorithm and came to
know that the ldconfig basically searches based on SONAME of each
library,Checked our 3rd party library SONAME using "readelf -d
/lib/ld-.so.2" utility.

As 3rd party loader ld-.so and system loader /li/ld-linux.so.2 has same
SONAME, I am thinking this is causing the ldconfig to link to 3rd party
loader. Not sure exactly thats why I have created simple shared library
which is having same SONAME as the system loader having and tested the
system upgrade using apt-get and then I have encountered into same
issue(system unusable) and apt-get upgrade works fine without any issues
after creating loader with different SONAME.

But as other versions (Ubuntu 10.xx)or different distribution
(RHEl,SLES)of linux works fine with this 3rd party loader having same
SONAME, only on this Ubuntu 11.04 creating problem. How is it
functioning different here?Is there any specific change with respect to
ldconfig loading/linking of 3rd party loaders kept in /lib directory? or
having similar SONAME for both loaders creating this problem, if yes
then why its not happening on earlier versions? Which is the better
place/path in the system to keep 3rd party loaders both in case of a
public or private?

Hope above info is enough to understand the issue and appreciate your kind help 
on this issue.
Please let me know in case if you require any more info.

Thanks and Regards
Venkatesh Prasad C
venki...@gmail.com

** Affects: eglibc (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/920942

Title:
  ldconfig makes system loader ld-linux.so.2 to be link to 3rd party
  loader resides in /lib directory on Ubuntu 11.04

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

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


[Bug 915995] [NEW] ldconfig makes system loader /lib/ld-linux.so.2 to be linked to 3rd party loaders in /lib directory

2012-01-13 Thread Venkatesh
Public bug reported:

Package: libc-bin
Version: 2.13-0ubuntu13
Severity: Critical
Source: eglibc
Architecture: i386
System having installed with some 3rd party loaders (ld-.so.x) in /lib 
directory. With these loaders present if we run ldconfig, its removing the 
system loader symbolic link ld-linux.so.2 in /lib directory from 
/lib/i286-linux-gnu/ld-2.13.so and creating the symbolic link to one of the 3rd 
party loaders(in my case link to ld-nails.so.2) present in /lib directory. As 
ldconfig not link to proper system loader, system gets unusable and system 
crashes if we reboot.
Captured the strace logs for "ldconfig".
4470  15:25:20 close(4) = 0
4470  15:25:20 stat64("/lib/libhistory.so.6", {st_mode=S_IFREG|0644, 
st_size=30060, ...}) = 0
4470  15:25:20 stat64("/lib/libatm.so.1", {st_mode=S_IFREG|0644, st_size=34452, 
...}) = 0
4470  15:25:20 getdents64(3, /* 0 entries */, 32768) = 0
4470  15:25:20 close(3) = 0
4470  15:25:20 stat64("/lib/libcrypto.so.0.9.8", {st_mode=S_IFREG|0644, 
st_size=1341364, ...}) = 0
4470  15:25:20 stat64("/lib/libcrypto.so.0.9.8", {st_mode=S_IFREG|0644, 
st_size=1341364, ...}) = 0
4470  15:25:20 stat64("/lib/libatm.so.1", {st_mode=S_IFREG|0644, st_size=34452, 
...}) = 0
4470  15:25:20 stat64("/lib/libatm.so.1.0.0", {st_mode=S_IFREG|0644, 
st_size=34452, ...}) = 0
4470  15:25:20 stat64("/lib/libnih-dbus.so.1", {st_mode=S_IFREG|0644, 
st_size=29984, ...}) = 0
4470  15:25:20 stat64("/lib/libnih-dbus.so.1.0.0", {st_mode=S_IFREG|0644, 
st_size=29984, ...}) = 0
4470  15:25:20 stat64("/lib/libhistory.so.6", {st_mode=S_IFREG|0644, 
st_size=30060, ...}) = 0
4470  15:25:20 stat64("/lib/libhistory.so.6.2", {st_mode=S_IFREG|0644, 
st_size=30060, ...}) = 0
4470  15:25:20 stat64("/lib/libdevmapper.so.1.02.1", {st_mode=S_IFREG|0644, 
st_size=137308, ...}) = 0
4470  15:25:20 stat64("/lib/libdevmapper.so.1.02.1", {st_mode=S_IFREG|0644, 
st_size=137308, ...}) = 0
4470  15:25:20 stat64("/lib/libproc-3.2.8.so", {st_mode=S_IFREG|0644, 
st_size=59108, ...}) = 0
4470  15:25:20 stat64("/lib/libproc-3.2.8.so", {st_mode=S_IFREG|0644, 
st_size=59108, ...}) = 0
4470  15:25:20 stat64("/lib/libfuse.so.2", {st_mode=S_IFREG|0644, 
st_size=158272, ...}) = 0
4470  15:25:20 stat64("/lib/libfuse.so.2.8.4", {st_mode=S_IFREG|0644, 
st_size=158272, ...}) = 0
4470  15:25:20 stat64("/lib/libxtables.so.5", {st_mode=S_IFREG|0644, 
st_size=26104, ...}) = 0
4470  15:25:20 stat64("/lib/libxtables.so.5.0.0", {st_mode=S_IFREG|0644, 
st_size=26104, ...}) = 0
4470  15:25:20 stat64("/lib/libssl.so.0.9.8", {st_mode=S_IFREG|0644, 
st_size=294696, ...}) = 0
4470  15:25:20 stat64("/lib/libssl.so.0.9.8", {st_mode=S_IFREG|0644, 
st_size=294696, ...}) = 0
4470  15:25:20 stat64("/lib/libipq_pic.so.0", {st_mode=S_IFREG|0644, 
st_size=9688, ...}) = 0
4470  15:25:20 stat64("/lib/libipq_pic.so.0.0.0", {st_mode=S_IFREG|0644, 
st_size=9688, ...}) = 0
4470  15:25:20 stat64("/lib/libparted.so.0", {st_mode=S_IFREG|0644, 
st_size=425316, ...}) = 0
4470  15:25:20 stat64("/lib/libparted.so.0.0.1", {st_mode=S_IFREG|0644, 
st_size=425316, ...}) = 0
4470  15:25:20 stat64("/lib/libiptc.so.0", {st_mode=S_IFREG|0644, st_size=5212, 
...}) = 0
4470  15:25:20 stat64("/lib/libiptc.so.0.0.0", {st_mode=S_IFREG|0644, 
st_size=5212, ...}) = 0
4470  15:25:20 stat64("/lib/libiw.so.30", {st_mode=S_IFREG|0644, st_size=30120, 
...}) = 0
4470  15:25:20 stat64("/lib/libiw.so.30", {st_mode=S_IFREG|0644, st_size=30120, 
...}) = 0
4470  15:25:20 stat64("/lib/ld-linux.so.2", {st_mode=S_IFREG|0755, 
st_size=117960, ...}) = 0
4470  15:25:20 stat64("/lib/ld-nails.so.2", {st_mode=S_IFREG|0750, 
st_size=124720, ...}) = 0
4470  15:25:20 lstat64("/lib/ld-linux.so.2", {st_mode=S_IFLNK|0777, st_size=25, 
...}) = 0
4470  15:25:20 unlink("/lib/ld-linux.so.2") = 0
4470  15:25:20 symlink("ld-nails.so.2", "/lib/ld-linux.so.2") = 0
This issue reproduce only on Ubuntu 11.04. As ldconfig is creating symbolic 
link causing the system unusable. Want to know why ldconfig is linking to 3rd 
party loaders instead of system loader ld-2.13.so and appreciate if you could 
provide the workaround for this issue.

** Affects: eglibc (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/915995

Title:
  ldconfig makes system loader /lib/ld-linux.so.2 to be linked to 3rd
  party loaders in /lib directory

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

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


[Bug 885343] Re: Unable to download softwares from ubuntu software center 11.10

2012-01-01 Thread Venkatesh S
** Changed in: software-center (Ubuntu)
   Status: Confirmed => Fix Committed

** Changed in: software-center (Ubuntu)
   Status: Fix Committed => Incomplete

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

Title:
  Unable to download softwares from ubuntu software center  11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/885343/+subscriptions

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


[Bug 830952] Re: [Intel Arrandale, Mobile 4 Series] Video corrupted when connecting external displays

2011-11-14 Thread Venkatesh Damodar
even i have da same prob
my lspci|grep -i vga is returning 
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 09)

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

Title:
  [Intel Arrandale,Mobile 4 Series] Video corrupted when connecting
  external displays

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

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


[Bug 879204] [NEW] error:plug-in

2011-10-20 Thread venkatesh
Public bug reported:

my hp laserjet printer 1020,is not working in new ubuntu 11.10,it asking
a new drive to printer.

it shows?

error:plug-in file does not match its digital signature.

file may have been corrupted or altered.

error code:2

** Affects: hplip (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/879204

Title:
  error:plug-in

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

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


[Bug 871817] [NEW] hibernate doesn't work in 11.04

2011-10-10 Thread Nitin Venkatesh
Public bug reported:

Hibernate feature doesn't work on Ubuntu 11.04 . But suspend works
perfectly.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: hibernate 1.99-1.1
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic i686
Architecture: i386
Date: Mon Oct 10 20:56:44 2011
Dependencies:
 
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: hibernate
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 natty running-unity

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

Title:
  hibernate doesn't work in 11.04

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

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


[Bug 838524] [NEW] /var/log/syslog and /var/log/portman

2011-08-31 Thread venkatesh chowdary
Public bug reported:

/var/log/syslog  and  /var/log/portman  ,sir iam new user for linux ,when i 
tryied t install ubuntu from windows using wubi,then it restarted and started 
installing files and at the end it gave a report that instalation crashed and 
asked me to report this file name which i gave u at the begining .hepl me pls  
iam using compaq presario v3749au model notebook
PROCESSOR :AMD TURION (tm) 64 x2 TL 60 2.00gz:
Display adapter type NVIDIA GeForce 7150M / nForce 630M 
  Total available graphics memory 831 MB 
Dedicated graphics memory 128 MB 
Dedicated system memory 0 MB 
Shared system memory 703 MB 
  Display adapter driver version 7.15.11.7967 
  Primary monitor resolution 1280x800 
  DirectX version DirectX 9.0 or better 
 
Network   

 
  Network Adapter NVIDIA nForce Networking Controller 
  Network Adapter Broadcom 802.11g Network Adapter 
  Network Adapter Microsoft Virtual WiFi Miniport Adapter 
 
Notes   


** Affects: ubiquity (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/838524

Title:
  /var/log/syslog  and  /var/log/portman

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

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


[Bug 668202] Re: akregator crash after update

2011-08-28 Thread venkatesh
For me it worked after removing the archive files in in directory
"~/.kde/share/apps/akregator/Archive/" directory. I had to remove just
the .mk4 files. Off course I lost all my archived feeds, but at least I
am able to open akregator now. It seems that akregator is not able to
handle large number of feeds.

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

Title:
  akregator crash after update

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

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


[Bug 789165] Re: vlc freezes the whole system

2011-05-27 Thread nitin venkatesh
*** This bug is a duplicate of bug 743323 ***
https://bugs.launchpad.net/bugs/743323

** This bug has been marked a duplicate of bug 743323
   vlc memory leak

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

Title:
  vlc freezes the whole system

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


[Bug 789165] Re: vlc freezes the whole system

2011-05-27 Thread nitin venkatesh
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/789165

Title:
  vlc freezes the whole system

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


[Bug 789165] [NEW] vlc freezes the whole system

2011-05-27 Thread nitin venkatesh
Public bug reported:

Binary package hint: vlc

Release of Ubuntu I am using:
Description:Ubuntu 11.04
Release:11.04

Version of Package:
vlc:
  Installed: 1.1.9-1ubuntu1
  Candidate: 1.1.9-1ubuntu1
  Version table:
 *** 1.1.9-1ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/universe i386 Packages
100 /var/lib/dpkg/status

What I expected to happen:
Play a video file normally

What happened instead:
My system just froze forcing me to do a hard-reboot

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: vlc 1.1.9-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Fri May 27 20:05:52 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: vlc
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 natty running-unity

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

Title:
  vlc freezes the whole system

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


[Bug 678412] Re: windows startup problem

2010-11-21 Thread venkatesh


-- 
windows startup problem
https://bugs.launchpad.net/bugs/678412
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 678412] [NEW] windows startup problem

2010-11-21 Thread venkatesh
Public bug reported:

Binary package hint: yelp

i am using 
both windows 7 and ubuntu os systems my system is not starting without cd

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/yelp
MediaBuild: Ubuntu 9.04 "Jaunty Jackalope" - Release i386 (20090420.1)
Package: yelp 2.25.1-0ubuntu5
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: yelp
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
windows startup problem
https://bugs.launchpad.net/bugs/678412
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 668302] Re: [HDA-Intel - HDA Intel] ALSA test tone not correctly played back

2010-10-29 Thread VENKATESH P


-- 
[HDA-Intel - HDA Intel] ALSA test tone not correctly played back
https://bugs.launchpad.net/bugs/668302
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 668302] [NEW] [HDA-Intel - HDA Intel] ALSA test tone not correctly played back

2010-10-29 Thread VENKATESH P
Public bug reported:

I cont hear the sound in any application. may be my sound card is not
configured correctly. In before i was used this system with windows
operating system that time i can hear sound. Please check this issue and
fix it to me. thanks in advance.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: alsa-base 1.0.23+dfsg-1ubuntu4
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  venkatesh   1535 F pulseaudio
 /dev/snd/pcmC0D0p:   venkatesh   1535 F...m pulseaudio
Card0.Amixer.info:
 Error: command ['amixer', '-c', '0', 'info'] failed with exit code 1: amixer: 
Mixer load hw:0 error: Invalid argument
 Card hw:0 'Intel'/'HDA Intel at 0xfdff8000 irq 43'
   Mixer name   : 'Realtek ALC887'
   Components   : 'HDA:10ec0887,1458a002,00100302'
   Controls  : 38
Card0.Amixer.values: Error: command ['amixer', '-c', '0'] failed with exit code 
1: amixer: Mixer hw:0 load error: Invalid argument
Date: Fri Oct 29 17:50:12 2010
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
PackageArchitecture: all
ProcEnviron:
 LANG=en_IN
 SHELL=/bin/bash
SelectedCard: 0 Intel HDA-Intel - HDA Intel
SourcePackage: alsa-driver
Symptom: audio
Title: [HDA-Intel - HDA Intel] ALSA test tone not correctly played back
amixerStderr: a m i x e r :   M i x e r   h w : 0   l o a d   e r r o r :   I n 
v a l i d   a r g u m e n t
dmi.bios.date: 04/30/2010
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: FH
dmi.board.name: G31M-ES2L
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrFH:bd04/30/2010:svnGigabyteTechnologyCo.,Ltd.:pnG31M-ES2L:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnG31M-ES2L:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: G31M-ES2L
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 maverick

-- 
[HDA-Intel - HDA Intel] ALSA test tone not correctly played back
https://bugs.launchpad.net/bugs/668302
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 668276] Re: my upundu 10.10 sound is not working at any more

2010-10-29 Thread VENKATESH P
If i used this system in windows the sound is working fine after when i
put the Ubuntu it's not working

** Visibility changed to: Private

** Visibility changed to: Public

-- 
my ubuntu 10.10 sound is not working at any more
https://bugs.launchpad.net/bugs/668276
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 668276] [NEW] my upundu 10.10 sound is not working at any more

2010-10-29 Thread VENKATESH P
Public bug reported:

if i run a mp3 player or a movie player or streaming in web and system
sound for all those think i cont hear the sound. Please let me know what
is the problem. may be my sound card is not configure correctly.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New

-- 
my upundu 10.10 sound is not working at any more
https://bugs.launchpad.net/bugs/668276
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 663670] Re: empathy doesn't connect to msn - blocked connection

2010-10-21 Thread nitin venkatesh
Works great. Thanks kakarato and Dennis Trynh :)

-- 
empathy doesn't connect to msn - blocked connection
https://bugs.launchpad.net/bugs/663670
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 420088] Re: synergys assert failure: synergys: CArchMultithreadPosix.cpp:286: virtual void CArchMultithreadPosix::closeMutex(CArchMutexImpl*): Assertion `status == 0' failed.

2010-10-06 Thread Venkatesh Nandakumar
Experiencing problem after upgrade to Ubuntu 10.10 RC.

bug 655475

-- 
synergys assert failure: synergys: CArchMultithreadPosix.cpp:286: virtual void 
CArchMultithreadPosix::closeMutex(CArchMutexImpl*): Assertion `status == 0' 
failed.
https://bugs.launchpad.net/bugs/420088
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 631426] Re: Upgrade 10.04 -> 10.10 failed due to "the essential package 'ubuntu-minimal' can not be found anymore"

2010-10-02 Thread Venkatesh Nandakumar
+Affects me.

Additional note: I'm using UNR.

-- 
Upgrade 10.04 -> 10.10 failed due to "the essential package 'ubuntu-minimal' 
can not be found anymore"
https://bugs.launchpad.net/bugs/631426
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 543175] Re: package openoffice.org-emailmerge 1:3.1.1-5ubuntu1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-03-20 Thread venkatesh

** Attachment added: "AptOrdering.txt"
   http://launchpadlibrarian.net/41478206/AptOrdering.txt

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

** Attachment added: "Dmesg.txt"
   http://launchpadlibrarian.net/41478208/Dmesg.txt

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/41478209/DpkgTerminalLog.txt

-- 
package openoffice.org-emailmerge 1:3.1.1-5ubuntu1 failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/543175
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 543175] [NEW] package openoffice.org-emailmerge 1:3.1.1-5ubuntu1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-03-20 Thread venkatesh
Public bug reported:

Binary package hint: openoffice.org

The update package failed to install.

ProblemType: Package
Architecture: i386
Date: Sun Mar 21 10:05:00 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
Package: openoffice.org-emailmerge 1:3.1.1-5ubuntu1
PackageArchitecture: all
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: openoffice.org
Title: package openoffice.org-emailmerge 1:3.1.1-5ubuntu1 failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 1
Uname: Linux 2.6.31-14-generic i686

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


** Tags: apport-package i386

-- 
package openoffice.org-emailmerge 1:3.1.1-5ubuntu1 failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/543175
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 389890] Re: Radeon r100 doesn't use software vertex program support

2009-06-20 Thread Venkatesh Srinivas

** Attachment added: "radeon-vertex-program.patch"
   http://launchpadlibrarian.net/28141683/radeon-vertex-program.patch

-- 
Radeon r100 doesn't use software vertex program support
https://bugs.launchpad.net/bugs/389890
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 389890] [NEW] Radeon r100 doesn't use software vertex program support

2009-06-20 Thread Venkatesh Srinivas
Public bug reported:

Hi,

The Radeon r100 doesn't have vertex program support in hardware, but
could use Mesa's software support for that, like the Intel 865 (for
example) does, for GL_ARB_vertex_program.

The attached patch will enable support for GL_ARB_vertex_program on the
r100, using the sw support. (Adding support for GL_NV_vertex_program
would be trivial as well, if needed). Tested on an rv200 with some
simple vertex program example code.

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


** Tags: wishlist

-- 
Radeon r100 doesn't use software vertex program support
https://bugs.launchpad.net/bugs/389890
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 369891] Re: GLUT windows are transparent when compositor is active & xlib mesa in use

2009-04-30 Thread Venkatesh Srinivas
** Description changed:

  Binary package hint: freeglut3
  
  When a compositor (Compiz is the only one I tried) is active and an Xlib
  version of Mesa is selected via LD_LIBRARY_PATH, GLUT windows appear
  transparent when they shouldn't.
  
- Setting XLIB_SKIP_ARGB_VISUALS works around the problem.
+ Setting XLIB_SKIP_ARGB_VISUALS works around the problem when xlib/Mesa
+ is used, but setting that and using Mesa/DRI prevents the GLUT program
+ from working at all.
  
  http://www.x.org/archive/X11R6.8.0/doc/RELNOTES5.html, section 5.3
  claims that this problem is with the application mistakenly using a new
  visual, exposed by the Composite extension. The release notes also claim
  this won't affect most users, since Composite isn't enabled by default.
  This is not the case for Xorg on Ubuntu (at least).
  
  This is on Ubuntu 8.10 and 9.04. freeglut3 version 2.4.0-6.1ubuntu1 (at
  least) is affected. The xlib version of Mesa was built from the January
- 22nd Mesa release (7.3).
+ 22nd Mesa release (7.3). Mesa 7.4 / xlib, released April 29th, is also
+ affected.

-- 
GLUT windows are transparent when compositor is active & xlib mesa in use
https://bugs.launchpad.net/bugs/369891
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 369891] [NEW] GLUT windows are transparent when compositor is active & xlib mesa in use

2009-04-30 Thread Venkatesh Srinivas
Public bug reported:

Binary package hint: freeglut3

When a compositor (Compiz is the only one I tried) is active and an Xlib
version of Mesa is selected via LD_LIBRARY_PATH, GLUT windows appear
transparent when they shouldn't.

Setting XLIB_SKIP_ARGB_VISUALS works around the problem.

http://www.x.org/archive/X11R6.8.0/doc/RELNOTES5.html, section 5.3
claims that this problem is with the application mistakenly using a new
visual, exposed by the Composite extension. The release notes also claim
this won't affect most users, since Composite isn't enabled by default.
This is not the case for Xorg on Ubuntu (at least).

This is on Ubuntu 8.10 and 9.04. freeglut3 version 2.4.0-6.1ubuntu1 (at
least) is affected. The xlib version of Mesa was built from the January
22nd Mesa release (7.3).

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

-- 
GLUT windows are transparent when compositor is active & xlib mesa in use
https://bugs.launchpad.net/bugs/369891
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 349327] [NEW] Metacity compositor causes certain apps to flicker

2009-03-26 Thread Venkatesh Srinivas
Public bug reported:

Binary package hint: metacity

While the Metacity compositor is active, all OpenGL and some non-GL
applications flicker. The GL apps even draw over nearer windows.

I am running Ubuntu 8.10 on a Thinkpad T40 with a Radeon 7500 (rv200).
EXA is active.

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

-- 
Metacity compositor causes certain apps to flicker
https://bugs.launchpad.net/bugs/349327
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 311361] Re: Gnome fails to automount ext4 from dmcrypted disk

2009-03-16 Thread Venkatesh Srinivas
Sorry, I don't have a Jaunty system to test on. Is this something that
just won't be supported on Intrepid?

-- 
Gnome fails to automount ext4 from dmcrypted disk
https://bugs.launchpad.net/bugs/311361
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 308471] Re: IBEX (amd64) Random Freeze with blinking Caps Lock LED

2009-03-14 Thread Venkatesh Nandakumar
Hi,

I've been using jaunty alpha 4, for some time, and I did not experience any 
crash till now (which used to occur in 8.10, once every approx 24-48 hours of 
uptime).
I've been booting up using an external hard drive, but I think that wouldn't 
make any difference.

I'm attaching the pic of the normal crash, but it has nothing
significant at all. (As mentioned earlier, my CAPS Lock LED blinks and
system freezes)

** Attachment added: "DSC00801.JPG"
   http://launchpadlibrarian.net/23855532/DSC00801.JPG

-- 
IBEX (amd64) Random Freeze with blinking Caps Lock LED
https://bugs.launchpad.net/bugs/308471
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 308471] Re: IBEX (amd64) Random Freeze with blinking Caps Lock LED

2009-01-29 Thread Venkatesh Nandakumar
Confirmed Kernel Panic, Reboots in 15 seconds after system freeze due to 
/etc/sysctl.conf entry 
What is the bug?

-- 
IBEX (amd64) Random Freeze with blinking Caps Lock LED
https://bugs.launchpad.net/bugs/308471
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 308471] Re: IBEX (amd64) Random Freeze with blinking Caps Lock LED

2009-01-25 Thread Venkatesh Nandakumar
Hi,

Same problem, i386, started a thread here
http://www.ae.iitm.ac.in/pipermail/ilugc/2009-January/046029.html  ,
which unfortunately became a flame war. Would be nice if you could read
the thread.

I'd be trying the kernel.panic methods and nmi_watchdog=1 methods, and
will let you know.

As of now, I believe the possible reasons for me could be :-
1. Kernel Panic
2. Overheating.
3. RAM Error (I had recently upgraded my RAM. I had added 2GB RAM 667Ghz RAM to 
a already exisiting 512MB 533 Mhz RAM. So now both are running at 533 MHz.. so 
is there any conflict going on?)

-- 
IBEX (amd64) Random Freeze with blinking Caps Lock LED
https://bugs.launchpad.net/bugs/308471
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 313760] Re: i want equal to windows 9.in ubuntu

2009-01-04 Thread venkatesh

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

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

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

-- 
i want equal to windows 9.in ubuntu 
https://bugs.launchpad.net/bugs/313760
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 313760] [NEW] i want equal to windows 9.in ubuntu

2009-01-04 Thread venkatesh
Public bug reported:

Binary package hint: totem

i want to open live web casting,in the site they recommended windows
media players free download.

in totem movie player is not opening ,

the site is http://www.shrisaibabasansthan.org/shirdilivedarshan1.htm

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/totem-gstreamer
Package: totem-gstreamer 2.24.3-0ubuntu1
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_IN.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
Uname: Linux 2.6.27-9-generic i686

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


** Tags: apport-bug

-- 
i want equal to windows 9.in ubuntu 
https://bugs.launchpad.net/bugs/313760
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 311361] [NEW] Gnome fails to automount ext4 from dmcrypted disk

2008-12-25 Thread Venkatesh Srinivas
Public bug reported:

Binary package hint: gnome-volume-manager

When a USB device with an ext4 filesystem in a dm-crypt volume is
inserted, Gnome asks for the passphrase to the volume and luksOpens the
device. It fails to mount the ext4 filesystem, claiming that the system
doesn't support ext4. The system does, however, and is able to mount the
filesystem from the command line.

Gnome-volume manager 2.24.0-0ubuntu1, Linux 2.6.27-7-generic. Ubuntu
8.10.

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

-- 
Gnome fails to automount ext4 from dmcrypted disk
https://bugs.launchpad.net/bugs/311361
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 310053] [NEW] Devanagari text rendered incorrectly in VTE apps

2008-12-20 Thread Venkatesh Srinivas
Public bug reported:

Binary package hint: libvte-common

Under Ubuntu 8.10 Gnome-terminal and xfce-terminal incorrectly render
devanagari script. Gedit (with the same font) renders the same text
correctly. See example in screenshot. Using libvte 0.17.4-0ubuntu1.

(Font is Liberation Mono in both applications).
http://acm.jhu.edu/~me/devanagari-err.png

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

-- 
Devanagari text rendered incorrectly in VTE apps
https://bugs.launchpad.net/bugs/310053
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 294880] Re: [8.10 Intrepid Ibex] Compaq nx6130 freezes 3 minutes after login

2008-12-08 Thread Venkatesh
I installed Ubuntu 8.10 on my compaq nx6130 and had the same problem as
reported in this thread.  I followed the instructions in the Ubuntu 8.10
release notes at

http://www.ubuntu.com/getubuntu/releasenotes/810

This document has a section called "Known Issues" under which is a
subsection titled

"Hangs with desktop effects on Intel 830MG and 845G video cards"


The solution suggested in that subsection helped me fix the problem.

-- 
[8.10 Intrepid Ibex] Compaq nx6130 freezes 3 minutes after login
https://bugs.launchpad.net/bugs/294880
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 282427] [NEW] v9fs dereferences NULL on mounting unauthed server

2008-10-12 Thread Venkatesh Srinivas
Public bug reported:

When I tried to mount a 9p share using v9fs, I received this in dmesg.

[130583.180162] Installing 9P2000 support
[130583.257129] Installing v9fs 9p2000 file system support
[130584.467791] BUG: unable to handle kernel NULL pointer dereference at 
000e
[130584.467812] IP: [] match_number+0x44/0xa0
[130584.467835] *pde =  
[130584.467856] Oops:  [#1] SMP 
[130584.467873] Modules linked in: 9p 9pnet arc4 ecb ieee80211_crypt_wep isofs 
nls_iso8859_1 nls_cp437 vfat fat udf crc_itu_t ipv6 usb_storage libusual 
af_packet radeon drm bridge stp bnep rfcomm l2cap kqemu uinput ppdev autofs4 
speedstep_centrino cpufreq_userspace cpufreq_conservative cpufreq_ondemand 
cpufreq_powersave cpufreq_stats freq_table wmi pci_slot container sbs sbshc 
iptable_filter ip_tables x_tables lp loop joydev pcmcia snd_intel8x0 
snd_ac97_codec btusb ac97_bus bluetooth snd_pcm_oss snd_mixer_oss snd_pcm 
battery ac psmouse snd_seq_dummy ipw2200 serio_raw ieee80211 ieee80211_crypt 
yenta_socket rsrc_nonstatic pcmcia_core video output parport_pc nsc_ircc 
snd_seq_oss parport snd_seq_midi snd_rawmidi irda crc_ccitt snd_seq_midi_event 
snd_seq snd_timer snd_seq_device snd soundcore snd_page_alloc button iTCO_wdt 
iTCO_vendor_support intel_agp shpchp pci_hotplug agpgart thinkpad_acpi rfkill 
led_class nvram evdev ext3 jbd mbcache sha256_generic aes_i586 aes_generic cbc 
usbhid hid sg sr_mod cdrom sd_mod crc_t10dif ata_piix pata_acpi ata_generic 
libata e1000 scsi_mod ehci_hcd uhci_hcd usbcore dock dm_crypt crypto_blkcipher 
dm_mirror dm_log dm_snapshot dm_mod thermal processor fan fbcon tileblit font 
bitblit softcursor uvesafb cn fuse
[130584.468012] 
[130584.468012] Pid: 30463, comm: mount Not tainted (2.6.27-4-generic #1)
[130584.468012] EIP: 0060:[] EFLAGS: 00210212 CPU: 0
[130584.468012] EIP is at match_number+0x44/0xa0
[130584.468012] EAX: 00200278 EBX: e8b31d9c ECX: 0008009e EDX: 0400
[130584.468012] ESI: 000e EDI: c380 EBP: e8b31d8c ESP: e8b31d70
[130584.468012]  DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
[130584.468012] Process mount (pid: 30463, ti=e8b3 task=f6766480 
task.ti=e8b3)
[130584.468012] Stack:  e8b31db8 c380 ddb74c80 e8b31e14 0003 
e8b31db4 e8b31d94 
[130584.468012]c02567aa e8b31dc8 f8f6939f 000e 00200286 c059bd38 
00200282 f8f70500 
[130584.468012]f8f70500 ddb74c8f e8b31e30 f8f70500 f8f70500 e8a42ac0 
e8b31e30 f8f6a6ab 
[130584.468012] Call Trace:
[130584.468012]  [] ? match_int+0xa/0x10
[130584.468012]  [] ? parse_opts+0x8f/0xe0 [9pnet]
[130584.468012]  [] ? p9_trans_create_tcp+0x2b/0x1e0 [9pnet]
[130584.468012]  [] ? parse_opts+0xb8/0x100 [9pnet]
[130584.468012]  [] ? p9_client_create+0xfd/0x210 [9pnet]
[130584.468012]  [] ? v9fs_session_init+0xb2/0x180 [9p]
[130584.468012]  [] ? v9fs_get_sb+0x58/0x1c0 [9p]
[130584.468012]  [] ? alloc_vfsmnt+0x8d/0x120
[130584.468012]  [] ? vfs_kern_mount+0x5e/0x130
[130584.468012]  [] ? do_kern_mount+0x3e/0xe0
[130584.468012]  [] ? do_new_mount+0x6f/0x90
[130584.468012]  [] ? do_mount+0x1d2/0x1f0
[130584.468012]  [] ? exact_copy_from_user+0x4d/0xa0
[130584.468012]  [] ? copy_mount_options+0x6e/0xd0
[130584.468012]  [] ? sys_mount+0x91/0xc0
[130584.468012]  [] ? sysenter_do_call+0x12/0x2f
[130584.468012]  ===
[130584.468012] Code: 00 00 89 7d fc 89 4d e4 8b 40 04 83 c0 01 2b 03 e8 a2 85 
f5 ff 85 c0 89 45 ec 74 53 8b 33 8b 43 04 8b 7d ec 29 f0 89 c1 c1 e9 02  a5 
89 c1 83 e1 03 74 02 f3 a4 8b 43 04 8b 55 ec 2b 03 c6 04 
[130584.468012] EIP: [] match_number+0x44/0xa0 SS:ESP 0068:e8b31d70
[130584.468925] ---[ end trace fd4717f61e1d6430 ]---

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

-- 
v9fs dereferences NULL on mounting unauthed server
https://bugs.launchpad.net/bugs/282427
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 4844] Re: apt-proxy-import says "no suitable backend found"

2008-01-13 Thread Venkatesh Nandakumar
Workaround:

This is what I figured out.
I opened the folder 
/var/cache/apt-proxy/.apt-proxy-import/backends/{ubuntu\ubuntu-security}/apt/lists,
 as root, under nautilus.
Luckily, nautilus has this good feature of showing the first few lines of the 
contents of the file...
The files in the folder, were all linked to some other corresponding file, 
which is generated (or actually downloaded), when a client requests for the 
packages. (in newbie terms, when the client does an apt-get update, during an 
initial apt-proxy setup, the server first downloads the Packages.bz2 file, 
extracts it, )... and this is where the error occurs.
The 'Packages' file happens to be empty, and is not actually what is the 
content in 'Packages.bz2'.
So, I manually, yes it's a bit tough, extracted the files, and replaced the 
Packages file.. and then after repeatedly doing this, for all multiverse / 
universe / restricted / andwhatnot.. apt-proxy-import actually did import all 
the files...

Its worth it if u have a large amount of cache inbuilt.

But still.. I'd love to see the bug fixed..

-- 
apt-proxy-import says "no suitable backend found"
https://bugs.launchpad.net/bugs/4844
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 84926] Re: Address of argc changes when certain functions are called.

2007-07-23 Thread Venkatesh Srinivas
At the link in the initial report, http://acm.jhu.edu/~me/gcc-ubuntu-
edgy/, there is all the code that triggered the bug and screenshots of
it in action. Is there any more information required?

-- 
Address of argc changes when certain functions are called.
https://bugs.launchpad.net/bugs/84926
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 84926] Re: Address of argc changes when certain functions are called.

2007-02-13 Thread Venkatesh Srinivas
I just found -O3 to work around this issue, if that helps any.

-- 
Address of argc changes when certain functions are called.
https://launchpad.net/bugs/84926

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


[Bug 84926] Address of argc changes when certain functions are called.

2007-02-13 Thread Venkatesh Srinivas
Public bug reported:

Under gcc 4.1.1-6ubuntu3 and both Linux 2.6.17-11-386 and Linux
2.6.17.14-ubuntu1-systemtap, the address of argc is changing when
certain functions are called. When printf()s that reference argc are
interleaved with the offending code, the error disappears. Binaries
compiled with this version of gcc continue to have this problem on other
Linux distributions (eg FC5). All of this testing is on the i386
architecture.

Example:
...
server_socket = socket(AF_INET, SOCK_STREAM, 0);
   // argc = 1
bind(server_socket, (struct sockaddr *) &server_addr, 
sizeof(server_addr));  // argc = 2 ??
listen(server_socket, LISTEN_BACKLOG);
size_client_addr = sizeof(client_addr); 
...
gdb output: (showing change)

Breakpoint 1, main (argc=1, argv=0xbfba78a4) at server.c:107
107 server_socket = socket(AF_INET, SOCK_STREAM, 0);
(gdb) c
Continuing.

Breakpoint 2, main (argc=2, argv=0xbfba78a4) at server.c:108
108 bind(server_socket, (struct sockaddr *) &server_addr, 

...
gdb output (showing address change):
(gdb) b 107
Breakpoint 1 at 0x80487c1: file server.c, line 107.
(gdb) b 108
Breakpoint 2 at 0x80487e0: file server.c, line 108.
(gdb) c
The program is not being run.
(gdb) r
Starting program: /home/me/tmp/HiRCServer 

Breakpoint 1, main (argc=1, argv=0xbfe14b14) at server.c:107
107 server_socket = socket(AF_INET, SOCK_STREAM, 0);
(gdb) p &argc
$1 = (const int *) 0xbfe14a90
(gdb) c
Continuing.

Breakpoint 2, main (argc=2, argv=0xbfe14b14) at server.c:108
108 bind(server_socket, (struct sockaddr *) &server_addr, 
(gdb) p &argc
$2 = (const int *) 0xbfe03e10

This condition does not appear itself with gcc 4.1.1 on Fedora Core 5 or gcc 
3.4.3 under Solaris Express.

Screenshots, binaries, and code causing this issue:
http://acm.jhu.edu/~me/gcc-ubuntu-edgy/

** Affects: gcc-defaults (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Address of argc changes when certain functions are called.
https://launchpad.net/bugs/84926

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