[Bug 1822937] Re: NVIDIA settings won't write to /etc/xorg

2022-04-26 Thread Foo Bar
The instructions here solved my problem:
https://www.programmersought.com/article/45694457131/

There seemed to be a missing symlink to the nvidia-polkit python file:
1. cd /usr/share/screen-resolution-extra && ls
2. sudo ln -s nvidia-polkit.py nvidia-polkit
3. sudo chmod +x nvidia-polkit

Also, ensure that the system is using python 3:
4. sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 
100
5. sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 
150
6. sudo update-alternatives --display python

I can confirm that after I ran 1-6, then ran $ nvidia-settings, I was
able to successfully save my X-config file, and then reboot, with the
settings loading automatically during reboot.

Note that updating the default python version may break things that
assume `which python` == `which python2` (e.g. terminator)

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

Title:
  NVIDIA settings won't write to /etc/xorg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-settings/+bug/1822937/+subscriptions


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

[Bug 1870971] Re: [amdgpu] (X)ubuntu 20.04 boots to black screen on Lenovo Ideapad L340-17API when in battery mode

2021-11-02 Thread Foo Bar
I noticed this bug on an Lenovo Ideapad S340-14API. The system runs Mint
20.2 with Kernel 5.4.0.89, but I upgraded, because I had the problem
with the previous Mint version as well. Plugging in power supply lets
the system boot into graphics mode. It also helps to boot into the
rescue mode via grub and then just say resume.

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

Title:
  [amdgpu] (X)ubuntu 20.04 boots to black screen on Lenovo Ideapad
  L340-17API when in battery mode

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


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

[Bug 1916909] [NEW] Ubiquity failed to install on a dual boot machine in non-UEFI mode

2021-02-25 Thread Foo Bar
Public bug reported:

Trying to install ubuntu to a dual boot machine with windows10.
Currently in legacy boot mode (non UEFI).

ubuntu@ubuntu:/var/log$ blkid | grep sda
/dev/sda1: LABEL="System Reserved" BLOCK_SIZE="512" UUID="D464179864177D04" 
TYPE="ntfs" PARTUUID="7bb10d49-01"
/dev/sda2: LABEL="Windows OS" BLOCK_SIZE="512" UUID="6C96350C9634D7F2" 
TYPE="ntfs" PARTUUID="7bb10d49-02"
/dev/sda4: LABEL="Shared" BLOCK_SIZE="512" UUID="6DCF9AAF59C48098" TYPE="ntfs" 
PARTUUID="7bb10d49-04"
/dev/sda5: UUID="f0559970-9b45-4c76-9de8-72b332ed819d" BLOCK_SIZE="4096" 
TYPE="ext4" PARTUUID="7bb10d49-05"
/dev/sda6: UUID="c2ce3c09-4d65-41f8-839d-43ee599028a3" TYPE="swap" 
PARTUUID="7bb10d49-06"
/dev/sda7: UUID="5fd03246-74a7-4b2b-b0bc-40db48e2a68e" BLOCK_SIZE="4096" 
TYPE="ext4" PARTUUID="7bb10d49-07"


ubuntu@ubuntu:/var/log$ blkid | grep sdb
/dev/sdb1: BLOCK_SIZE="2048" UUID="2020-10-22-14-30-30-00" LABEL="Ubuntu 20.10 
amd64" TYPE="iso9660" PARTLABEL="ISO9660" 
PARTUUID="7ee1ffac-4072-46b8-885f-a7ea3f9c70cf"
/dev/sdb2: SEC_TYPE="msdos" LABEL_FATBOOT="ESP" LABEL="ESP" UUID="F366-AE33" 
BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="Appended2" 
PARTUUID="7ee1ffac-4072-46b8-885c-a7ea3f9c70cf"
/dev/sdb4: LABEL="writable" UUID="60aaafcc-cb0d-4a03-8d26-9eda841b22c0" 
BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="08094ab6-ab92-8949-8ee4-bc91a7a505b1"


ubuntu@ubuntu:/var/log$ lsb_release -rd
Description:Ubuntu 20.10
Release:20.10

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: ubiquity 20.10.13
ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14
Uname: Linux 5.8.0-25-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu50
Architecture: amd64
CasperMD5CheckMismatches: 
./pool/restricted/n/nvidia-graphics-drivers-435/nvidia-kernel-source-435_435.21-0ubuntu8_amd64.deb
CasperMD5CheckResult: fail
CasperVersion: 1.455
Date: Thu Feb 25 14:59:14 2021
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
RebootRequiredPkgs:
 linux-image-5.8.0-25-generic
 linux-base
 linux-base
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug groovy ubiquity-20.10.13 ubuntu

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

Title:
  Ubiquity failed to install on a dual boot machine in non-UEFI mode

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

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

[Bug 1327801] Re: Bightness and contrast settings have no effect

2020-08-06 Thread Foo Bar
After updating to Mint 20, I have the same issue with my Lide 60. It
worked before, and now brightness and contrast settings are ignored.

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

Title:
  Bightness and contrast settings have no effect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1327801/+subscriptions

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

[Bug 1826244] Re: Package missing in 19.04 after upgrading from 18.10

2019-06-04 Thread Foo Bar
When will this package be available again? Where can I track the status?

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

Title:
  Package missing in 19.04 after upgrading from 18.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-workbench/+bug/1826244/+subscriptions

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

[Bug 1830501] Re: su bash-completion isn't working since 19.04

2019-05-29 Thread Dave Bar
Thanks for the updates!

I'll open an issue on the repo.

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

Title:
  su bash-completion isn't working since 19.04

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

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

[Bug 1830500] Re: Issue with e2scrub@-.service and e2scrub@-boot.service which tries to scrub ext4 partitions (/boot and /)

2019-05-25 Thread Dave Bar
** Description changed:

  This is a fresh install of 19.04 upgraded to 19.10.
- I received those emails 2 days ago:
+ I'm receiving these emails which seems to be related to a cronjob.
+ I also tried to run /usr/sbin/e2scrub_all manually and I'm receiving the 2 
same emails after I ran it.
+ The emails in question:
  
  So sorry, the automatic e2scrub of /boot on cryptosid.local.lan failed.
  
  A log of what happened follows:
  ● e2scrub@-boot.service - Online ext4 Metadata Check for /boot
  Loaded: loaded (/lib/systemd/system/e2scrub@.service; static; vendor preset: 
enabled)
  Active: failed (Result: exit-code) since Fri 2019-05-24 08:26:37 EDT; 73ms ago
  Docs: man:e2scrub(8)
  Process: 28530 ExecStart=/sbin/e2scrub -t /boot (code=exited, 
status=1/FAILURE)
  Main PID: 28530 (code=exited, status=1/FAILURE)
  
  May 24 08:26:35 CryptoSiD systemd[1]: Starting Online ext4 Metadata Check for 
/boot...
  May 24 08:26:35 CryptoSiD e2scrub@-boot[28530]: /boot: Not connnected to a 
LVM logical volume.
  May 24 08:26:35 CryptoSiD e2scrub@-boot[28530]: Usage: /sbin/e2scrub 
[OPTIONS] mountpoint | device
  May 24 08:26:35 CryptoSiD e2scrub@-boot[28530]: mountpoint must be on a 
LVM-managed block device
  May 24 08:26:35 CryptoSiD e2scrub@-boot[28530]: -n: Show what commands 
e2scrub would execute.
  May 24 08:26:35 CryptoSiD e2scrub@-boot[28530]: -r: Remove e2scrub snapshot 
and exit, do not check anything.
  May 24 08:26:35 CryptoSiD e2scrub@-boot[28530]: -t: Run fstrim if successful.
  May 24 08:26:35 CryptoSiD e2scrub@-boot[28530]: -V: Print version information 
and exit.
  May 24 08:26:37 CryptoSiD systemd[1]: e2scrub@-boot.service: Main process 
exited, code=exited, status=1/FAILURE
  May 24 08:26:37 CryptoSiD systemd[1]: e2scrub@-boot.service: Failed with 
result 'exit-code'.
  May 24 08:26:37 CryptoSiD systemd[1]: Failed to start Online ext4 Metadata 
Check for /boot.
  May 24 08:26:37 CryptoSiD systemd[1]: e2scrub@-boot.service: Triggering 
OnFailure= dependencies.
  
  So sorry, the automatic e2scrub of /boot on cryptosid.local.lan failed.
  
  A log of what happened follows:
  ● e2scrub@-boot.service - Online ext4 Metadata Check for /boot
  Loaded: loaded (/lib/systemd/system/e2scrub@.service; static; vendor preset: 
enabled)
  Active: failed (Result: exit-code) since Thu 2019-05-23 23:09:29 EDT; 163ms 
ago
  Docs: man:e2scrub(8)
  Process: 31843 ExecStart=/sbin/e2scrub -t /boot (code=exited, 
status=1/FAILURE)
  Main PID: 31843 (code=exited, status=1/FAILURE)
  
  May 23 23:09:27 CryptoSiD systemd[1]: Starting Online ext4 Metadata Check for 
/boot...
  May 23 23:09:27 CryptoSiD e2scrub@-boot[31843]: /boot: Not connnected to a 
LVM logical volume.
  May 23 23:09:27 CryptoSiD e2scrub@-boot[31843]: Usage: /sbin/e2scrub 
[OPTIONS] mountpoint | device
  May 23 23:09:27 CryptoSiD e2scrub@-boot[31843]: mountpoint must be on a 
LVM-managed block device
  May 23 23:09:27 CryptoSiD e2scrub@-boot[31843]: -n: Show what commands 
e2scrub would execute.
  May 23 23:09:27 CryptoSiD e2scrub@-boot[31843]: -r: Remove e2scrub snapshot 
and exit, do not check anything.
  May 23 23:09:27 CryptoSiD e2scrub@-boot[31843]: -t: Run fstrim if successful.
  May 23 23:09:27 CryptoSiD e2scrub@-boot[31843]: -V: Print version information 
and exit.
  May 23 23:09:29 CryptoSiD systemd[1]: e2scrub@-boot.service: Main process 
exited, code=exited, status=1/FAILURE
  May 23 23:09:29 CryptoSiD systemd[1]: e2scrub@-boot.service: Failed with 
result 'exit-code'.
  May 23 23:09:29 CryptoSiD systemd[1]: Failed to start Online ext4 Metadata 
Check for /boot.
  May 23 23:09:29 CryptoSiD systemd[1]: e2scrub@-boot.service: Triggering 
OnFailure= dependencies.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: e2fsprogs 1.45.1-1ubuntu1
  ProcVersionSignature: Ubuntu 5.0.0-15.16-generic 5.0.6
  Uname: Linux 5.0.0-15-generic x86_64
  ApportVersion: 2.20.11-0ubuntu2
  Architecture: amd64
  Date: Sat May 25 17:43:20 2019
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: e2fsprogs
  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/1830500

Title:
  Issue with e2scrub@-.service and e2scrub@-boot.service which tries to
  scrub ext4 partitions (/boot and /)

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

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

[Bug 1830501] [NEW] su bash-completion isn't working since 19.04

2019-05-25 Thread Dave Bar
Public bug reported:

The su bash-completiton isn't working in 19.04 or 19.10.
There is 2 files related to su bash completion in 19.10:
/usr/share/bash-completion/completions/_su
/usr/share/bash-completion/completions/su

However, I had to get the file /usr/share/bash-completion/completions/su
in Ubuntu 16.04 and put it in /etc/bash_completion.d/

su USER+TAB now complete the username.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: bash-completion 1:2.8-6ubuntu1
ProcVersionSignature: Ubuntu 5.0.0-15.16-generic 5.0.6
Uname: Linux 5.0.0-15-generic x86_64
ApportVersion: 2.20.11-0ubuntu2
Architecture: amd64
Date: Sat May 25 17:51:25 2019
Dependencies:

PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: bash-completion
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: bash-completion (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug eoan uec-images

** Description changed:

  The su bash-completiton isn't working in 19.04 or 19.10.
- There is 2 file related to su bash completion:
- /usr/share/bash-completion/completions/_su 
+ There is 2 files related to su bash completion in 19.10:
+ /usr/share/bash-completion/completions/_su
  /usr/share/bash-completion/completions/su
  
  However, I had to get the file /usr/share/bash-completion/completions/su
  in Ubuntu 16.04 and put it in /etc/bash_completion.d/
  
  su USER+TAB now complete the username.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: bash-completion 1:2.8-6ubuntu1
  ProcVersionSignature: Ubuntu 5.0.0-15.16-generic 5.0.6
  Uname: Linux 5.0.0-15-generic x86_64
  ApportVersion: 2.20.11-0ubuntu2
  Architecture: amd64
  Date: Sat May 25 17:51:25 2019
  Dependencies:
-  
+ 
  PackageArchitecture: all
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: bash-completion
  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/1830501

Title:
  su bash-completion isn't working since 19.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1830501/+subscriptions

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

[Bug 1830500] [NEW] Issue with e2scrub@-.service and e2scrub@-boot.service which tries to scrub ext4 partitions (/boot and /)

2019-05-25 Thread Dave Bar
Public bug reported:

This is a fresh install of 19.04 upgraded to 19.10.
I received those emails 2 days ago:

So sorry, the automatic e2scrub of /boot on cryptosid.local.lan failed.

A log of what happened follows:
● e2scrub@-boot.service - Online ext4 Metadata Check for /boot
Loaded: loaded (/lib/systemd/system/e2scrub@.service; static; vendor preset: 
enabled)
Active: failed (Result: exit-code) since Fri 2019-05-24 08:26:37 EDT; 73ms ago
Docs: man:e2scrub(8)
Process: 28530 ExecStart=/sbin/e2scrub -t /boot (code=exited, status=1/FAILURE)
Main PID: 28530 (code=exited, status=1/FAILURE)

May 24 08:26:35 CryptoSiD systemd[1]: Starting Online ext4 Metadata Check for 
/boot...
May 24 08:26:35 CryptoSiD e2scrub@-boot[28530]: /boot: Not connnected to a LVM 
logical volume.
May 24 08:26:35 CryptoSiD e2scrub@-boot[28530]: Usage: /sbin/e2scrub [OPTIONS] 
mountpoint | device
May 24 08:26:35 CryptoSiD e2scrub@-boot[28530]: mountpoint must be on a 
LVM-managed block device
May 24 08:26:35 CryptoSiD e2scrub@-boot[28530]: -n: Show what commands e2scrub 
would execute.
May 24 08:26:35 CryptoSiD e2scrub@-boot[28530]: -r: Remove e2scrub snapshot and 
exit, do not check anything.
May 24 08:26:35 CryptoSiD e2scrub@-boot[28530]: -t: Run fstrim if successful.
May 24 08:26:35 CryptoSiD e2scrub@-boot[28530]: -V: Print version information 
and exit.
May 24 08:26:37 CryptoSiD systemd[1]: e2scrub@-boot.service: Main process 
exited, code=exited, status=1/FAILURE
May 24 08:26:37 CryptoSiD systemd[1]: e2scrub@-boot.service: Failed with result 
'exit-code'.
May 24 08:26:37 CryptoSiD systemd[1]: Failed to start Online ext4 Metadata 
Check for /boot.
May 24 08:26:37 CryptoSiD systemd[1]: e2scrub@-boot.service: Triggering 
OnFailure= dependencies.

So sorry, the automatic e2scrub of /boot on cryptosid.local.lan failed.

A log of what happened follows:
● e2scrub@-boot.service - Online ext4 Metadata Check for /boot
Loaded: loaded (/lib/systemd/system/e2scrub@.service; static; vendor preset: 
enabled)
Active: failed (Result: exit-code) since Thu 2019-05-23 23:09:29 EDT; 163ms ago
Docs: man:e2scrub(8)
Process: 31843 ExecStart=/sbin/e2scrub -t /boot (code=exited, status=1/FAILURE)
Main PID: 31843 (code=exited, status=1/FAILURE)

May 23 23:09:27 CryptoSiD systemd[1]: Starting Online ext4 Metadata Check for 
/boot...
May 23 23:09:27 CryptoSiD e2scrub@-boot[31843]: /boot: Not connnected to a LVM 
logical volume.
May 23 23:09:27 CryptoSiD e2scrub@-boot[31843]: Usage: /sbin/e2scrub [OPTIONS] 
mountpoint | device
May 23 23:09:27 CryptoSiD e2scrub@-boot[31843]: mountpoint must be on a 
LVM-managed block device
May 23 23:09:27 CryptoSiD e2scrub@-boot[31843]: -n: Show what commands e2scrub 
would execute.
May 23 23:09:27 CryptoSiD e2scrub@-boot[31843]: -r: Remove e2scrub snapshot and 
exit, do not check anything.
May 23 23:09:27 CryptoSiD e2scrub@-boot[31843]: -t: Run fstrim if successful.
May 23 23:09:27 CryptoSiD e2scrub@-boot[31843]: -V: Print version information 
and exit.
May 23 23:09:29 CryptoSiD systemd[1]: e2scrub@-boot.service: Main process 
exited, code=exited, status=1/FAILURE
May 23 23:09:29 CryptoSiD systemd[1]: e2scrub@-boot.service: Failed with result 
'exit-code'.
May 23 23:09:29 CryptoSiD systemd[1]: Failed to start Online ext4 Metadata 
Check for /boot.
May 23 23:09:29 CryptoSiD systemd[1]: e2scrub@-boot.service: Triggering 
OnFailure= dependencies.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: e2fsprogs 1.45.1-1ubuntu1
ProcVersionSignature: Ubuntu 5.0.0-15.16-generic 5.0.6
Uname: Linux 5.0.0-15-generic x86_64
ApportVersion: 2.20.11-0ubuntu2
Architecture: amd64
Date: Sat May 25 17:43:20 2019
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: e2fsprogs
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug eoan package-from-proposed uec-images

** Description changed:

  This is a fresh install of 19.04 upgraded to 19.10.
- I received this email 2 days ago:
- 
+ I received those emails 2 days ago:
  
  So sorry, the automatic e2scrub of /boot on cryptosid.local.lan failed.
  
  A log of what happened follows:
  ● e2scrub@-boot.service - Online ext4 Metadata Check for /boot
  Loaded: loaded (/lib/systemd/system/e2scrub@.service; static; vendor preset: 
enabled)
  Active: failed (Result: exit-code) since Fri 2019-05-24 08:26:37 EDT; 73ms ago
  Docs: man:e2scrub(8)
  Process: 28530 ExecStart=/sbin/e2scrub -t /boot (code=exited, 
status=1/FAILURE)
  Main PID: 28530 (code=exited, status=1/FAILURE)
  
  May 24 08:26:35 CryptoSiD systemd[1]: Starting Online ext4 Metadata Check for 
/boot...
  May 24 08:26:35 CryptoSiD e2scrub@-boot[28530]: /boot: Not connnected to a 
LVM logical volume.
  May 24 08:26:35 CryptoSiD e2scrub@-boot[28530]: Usage: /sbin/e2scrub 
[OPTIONS] mountpoint | device
  May 24 08:26:35 CryptoSiD e2scrub@-boot[28530]: mountpoint must 

[Bug 1817903] Re: systemd-resolve appends "options edns0" to resolv.conf

2019-03-12 Thread Foo Bar
Thanks, that solved it. Not sure why I had both at all, never fiddled on
this low level stuff. Must be a left-over from some Ubuntu upgrade in
the past that was now triggered by this patch.

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

Title:
  systemd-resolve appends "options edns0" to resolv.conf

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

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

[Bug 1817903] Re: systemd-resolve appends "options edns0" to resolv.conf

2019-03-12 Thread Foo Bar
I just got this update on Ubuntu 18.10 and it broke resolving of
localhost subdomains. localhost can be resolved to 127.0.0.1, but any
*.localhost can not.

man systemd-resolved has the following line:

  The hostnames "localhost" and "localhost.localdomain" (as well as any 
hostname ending in
  ".localhost" or ".localhost.localdomain") are resolved to the IP addresses 
127.0.0.1 and ::1.

So this well-defined behaviour just broke with this patch.

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

Title:
  systemd-resolve appends "options edns0" to resolv.conf

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

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

[Bug 36812]

2018-06-08 Thread Alon Bar-Lev
Created attachment 126753
xorg-server-1.18.4-xkb-switch-on-release.patch

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/36812/+subscriptions

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

[Bug 36812]

2018-06-08 Thread Alon Bar-Lev
(In reply to Kovács Viktor from comment #165)
> Why don't you change your layout switcher key-combination? You can set up
> another key-combinations for russian and different key-combination for
> english keyboard,too. That's KDE's problem, that allow choose frequently
> used key combinations.

This has nothing to do with KDE, but lack of functionality of xkb.

There is universal key sequence to switch layout which is common to most
operating systems, once this sequence is selected, functionality is
lost.

Comment#161 summaries the options to actually solve the issue, until
resolved people should be able to land here to apply the patch which I
use for 10 years.

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/36812/+subscriptions

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

[Bug 36812]

2018-06-08 Thread Alon Bar-Lev
Created attachment 126752
xorg-server-1.18.4-xkb-switch-on-release.patch

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/36812/+subscriptions

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

[Bug 1059872] Re: Error formatting disk using disk utility

2018-02-01 Thread Foo Bar
Just remove this shitty package from Ubuntu/Debian/... and provide
GPARTED by default! That works!

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

Title:
  Error formatting disk using disk utility

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

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

[Bug 1734147] Re: Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models

2017-12-12 Thread Eden bar
Hi where you fix it?

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

Title:
  Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models

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

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

[Bug 1734147] Re: Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models

2017-12-12 Thread Eden bar
My lenovo y7070 also dead any way to fix this?

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

Title:
  Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models

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

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

[Bug 1737291] [NEW] Lenovo y7070

2017-12-08 Thread Eden bar
Public bug reported:

Hi same problem here lenovo y7070...biod cant save no usb no uefi no
lagacy...after ubuntu 1710

** Affects: linux (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/1737291

Title:
  Lenovo y7070

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

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

[Bug 1656514] [NEW] CholmodSupport.h uses deprecated type UF_long

2017-01-14 Thread Foo Bar
Public bug reported:

In CholmodSupport.h the type UF_long is still used. UF_long was replaced
by SuiteSparse_long. It is fixed in later eigen3 versions and can be
easily fixed by simply replacing the occurence of UF_long by
SuiteSparse_long.

** Affects: eigen3 (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/1656514

Title:
  CholmodSupport.h uses deprecated type UF_long

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

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


[Bug 1609797] [NEW] Please package latest atop version

2016-08-04 Thread Yarden Bar
Public bug reported:

As described in Debian bug-tracker(https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=729614), latest atop version is 2.2.

This versions solved a lot of issues such as flooding /run
(https://bugs.launchpad.net/ubuntu/+source/atop/+bug/1393175) and adds
systemd support.

System information:
Description:Ubuntu 15.10
Release:15.10

Package information from package manager:
atop:
  Installed: (none)
  Candidate: 1.26-2
  Version table:
 1.26-2 0
500 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ wily/universe amd64 
Packages


Thank you,
Yarden

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


** Tags: atop

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

Title:
  Please package latest atop version

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

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


[Bug 1393175] Re: atop floods /run partition (causes no DNS server problem)

2016-08-04 Thread Yarden Bar
Hi Again,
Installing atop from src seems to solve the issue as the source is of version 
2.2 (http://www.atoptool.nl/downloadatop.php)

Hope this helps :)

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

Title:
  atop floods /run partition (causes no DNS server problem)

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

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


[Bug 1393175] Re: atop floods /run partition (causes no DNS server problem)

2016-06-19 Thread Yarden Bar
Hi,
Is there any progress here?

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

Title:
  atop floods /run partition (causes no DNS server problem)

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

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


[Bug 1518003] Re: Severe OpenGL rendering issues in games

2015-12-04 Thread Itai Bar-Haim
** Changed in: mesa (Ubuntu)
   Status: New => Fix Released

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

Title:
  Severe OpenGL rendering issues in games

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

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


[Bug 1518003] Re: Severe OpenGL rendering issues in games

2015-11-28 Thread Itai Bar-Haim
** Package changed: ubuntu => mesa (Ubuntu)

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

Title:
  Severe OpenGL rendering issues in games

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

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


[Bug 1518003] [NEW] Severe OpenGL rendering issues in games

2015-11-19 Thread Itai Bar-Haim
Public bug reported:

As I also asked in http://askubuntu.com/questions/698855/severe-
rendering-issues-in-games-intel-hd-4000-ubuntu-15-10

After updating Ubuntu to 15.10, 3D Steam games don't render things
correctly. The issue is so severe that it is unplayable, as polygons are
smeared all over the screen (see screenshots in the askubuntu link
above).

GLGears works fine, so I looked for advanced OpenGL samples I can test
it on but couldn't find anything, not ready to use nor something I need
to compile.

My processor is Intel® Core™ i5-4430 CPU @ 3.00GHz × 4 and I use the processors 
graphics, i.e. Intel HD 4000 series (Intel® Haswell Desktop).
The system is 64 bit, with 8 gigs of RAM.

I tried installing the ppa:oibaf/graphics-drivers repository and drivers, but 
it didn't help.
I tried installing XFCE desktop and running the game from there, so there is no 
Compiz interference, but it didn't help.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: drivers opengl

** Attachment added: "Bad rendering in Grim Fandango Remastered."
   
https://bugs.launchpad.net/bugs/1518003/+attachment/4522190/+files/grim%20fandando%20remastered%20rendering%20error.png

** Description changed:

  As I also asked in http://askubuntu.com/questions/698855/severe-
  rendering-issues-in-games-intel-hd-4000-ubuntu-15-10
  
  After updating Ubuntu to 15.10, 3D Steam games don't render things
  correctly. The issue is so severe that it is unplayable, as polygons are
  smeared all over the screen (see screenshots in the askubuntu link
  above).
  
  GLGears works fine, so I looked for advanced OpenGL samples I can test
  it on but couldn't find anything, not ready to use nor something I need
  to compile.
  
- My processor is Intel® Core™ i5-4430 CPU @ 3.00GHz × 4 and I use the
- processors graphics, i.e. Intel HD 4000 series.
+ My processor is Intel® Core™ i5-4430 CPU @ 3.00GHz × 4 and I use the 
processors graphics, i.e. Intel HD 4000 series (Intel® Haswell Desktop).
+ The system is 64 bit, with 8 gigs of RAM.
  
  I tried installing the ppa:oibaf/graphics-drivers repository and drivers, but 
it didn't help.
  I tried installing XFCE desktop and running the game from there, so there is 
no Compiz interference, but it didn't help.

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

Title:
  Severe OpenGL rendering issues in games

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

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

[Bug 1413808] [NEW] texlive polyglossia bidi package missing in some configurations

2015-01-22 Thread Amir Livne Bar-on
Public bug reported:

It is possible for users to have a configuration where Hebrew doesn't
work in XeLaTeX without a reasonable cause.

The package texlive-lang-hebrew is a dummy package, that depends on 
texlive-lang-other.
The package texlive-lang-other includes the polyglossia tex package, a modern 
replacement for the babel package, and also includes Hebrew fonts.
When polyglossia is used in a tex document with RTL languages, such as Hebrew, 
it automatically loads the bidi package.
However, the bidi tex package is not included in texlive-lang-other, only in 
texlive-lang-arabic (the package for Arabic and Farsi).

Therefore, if a user only installs the Hebrew language pack, and uses
Hebrew in a tex document with polyglossia, she gets an error File
`bidi.sty' not found.

My proposed solution: either
  a) include bidi.sty and its dependencies in texlive-lang-other, or
  b) make texlive-lang-hebrew a real package: split the hebrew fonts from 
texlive-lang-other, and polyglossia, and maybe some other stuff, and also copy 
the bidi package from texlive-lang-arabic.

** Affects: texlive-lang (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/1413808

Title:
  texlive polyglossia bidi package missing in some configurations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-lang/+bug/1413808/+subscriptions

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


[Bug 1312774] Re: release-updater 14.04 stop

2014-05-03 Thread bar
apport information

** Tags added: apport-collected dist-upgrade saucy

** Description changed:

  W:Impossible de récupérer 
http://archive.ubuntu.com/ubuntu/dists/trusty/Release  Impossible de trouver 
l'entrée « precise/binary-amd64/Packages » attendue dans le fichier « 
Release » :  ligne non valable dans sources.list ou fichier corrompu
  , E:Le téléchargement de quelques fichiers d'index a échoué, ils ont 
été ignorés, ou les anciens ont été utilisés à la place.
+ --- 
+ ApportVersion: 2.12.5-0ubuntu2.2
+ Architecture: amd64
+ CrashDB: ubuntu
+ DistroRelease: Ubuntu 13.10
+ InstallationDate: Installed on 2014-04-28 (4 days ago)
+ InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
+ MarkForUpload: True
+ NonfreeKernelModules: nvidia
+ Package: ubuntu-release-upgrader (not installed)
+ ProcVersionSignature: Ubuntu 3.11.0-20.34-generic 3.11.10.6
+ Tags:  saucy dist-upgrade
+ Uname: Linux 3.11.0-20-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1312774/+attachment/4103890/+files/ProcEnviron.txt

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

Title:
  release-updater 14.04 stop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1312774/+subscriptions

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

[Bug 1312774] Re: release-updater 14.04 stop

2014-05-03 Thread bar
apport information

** Description changed:

  W:Impossible de récupérer 
http://archive.ubuntu.com/ubuntu/dists/trusty/Release  Impossible de trouver 
l'entrée « precise/binary-amd64/Packages » attendue dans le fichier « 
Release » :  ligne non valable dans sources.list ou fichier corrompu
  , E:Le téléchargement de quelques fichiers d'index a échoué, ils ont 
été ignorés, ou les anciens ont été utilisés à la place.
  --- 
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  CrashDB: ubuntu
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2014-04-28 (4 days ago)
  InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: ubuntu-release-upgrader (not installed)
  ProcVersionSignature: Ubuntu 3.11.0-20.34-generic 3.11.10.6
  Tags:  saucy dist-upgrade
  Uname: Linux 3.11.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ --- 
+ ApportVersion: 2.12.5-0ubuntu2.2
+ Architecture: amd64
+ CrashDB: ubuntu
+ DistroRelease: Ubuntu 13.10
+ InstallationDate: Installed on 2014-04-28 (4 days ago)
+ InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
+ MarkForUpload: True
+ NonfreeKernelModules: nvidia
+ Package: ubuntu-release-upgrader (not installed)
+ ProcVersionSignature: Ubuntu 3.11.0-20.34-generic 3.11.10.6
+ Tags:  saucy dist-upgrade
+ Uname: Linux 3.11.0-20-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1312774/+attachment/4103891/+files/ProcEnviron.txt

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

Title:
  release-updater 14.04 stop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1312774/+subscriptions

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

[Bug 1312774] [NEW] release-updater 14.04 stop

2014-04-25 Thread bar
Public bug reported:

W:Impossible de récupérer 
http://archive.ubuntu.com/ubuntu/dists/trusty/Release  Impossible de trouver 
l'entrée « precise/binary-amd64/Packages » attendue dans le fichier « 
Release » :  ligne non valable dans sources.list ou fichier corrompu
, E:Le téléchargement de quelques fichiers d'index a échoué, ils ont été 
ignorés, ou les anciens ont été utilisés à la place.

** Affects: ubuntu-release-upgrader (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/1312774

Title:
  release-updater 14.04 stop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1312774/+subscriptions

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

Re: [Bug 1048943] Re: hangs on poweroff/reboot/shutdown -P

2013-11-18 Thread bar
** Attachment added: image002.jpg
   
https://bugs.launchpad.net/bugs/1048943/+attachment/3912300/+files/image002.jpg

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

Title:
  hangs on poweroff/reboot/shutdown -P

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

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


Re: [Bug 49579] Re: screen doesn't lock when some menu is open

2013-11-04 Thread bar
** Attachment added: image002.jpg
   https://bugs.launchpad.net/bugs/49579/+attachment/3900363/+files/image002.jpg

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

Title:
  screen doesn't lock when some menu is open

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-screensaver/+bug/49579/+subscriptions

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


[Bug 1228955] Re: dnsmasq changeds virtualbox guests PTR queries into A queries

2013-09-23 Thread Bar Ziony
Hi Thomas,

Because when I disable dnsmasq from NetworkManager config, and I get the
my regular DNS server into resolv.conf (of my host), the Virtualbox
guests behave normal.

so I thought if the issue occurs with dnsmasq, and doesn't occur without
it, then it's dnsmasq's fault and not Virtualbox (which can't really
know if dnsmasq is even used or not).

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq in Ubuntu.
https://bugs.launchpad.net/bugs/1228955

Title:
  dnsmasq changeds virtualbox guests PTR queries into A queries

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1228955] Re: dnsmasq changeds virtualbox guests PTR queries into A queries

2013-09-23 Thread Bar Ziony
Hi Thomas,

This is indeed not a dnsmasq issue.

It is Virtualbox, turning PTR queries into A queries when the name
server on the host's resolv.conf file is from 127.0.0.0/8 segment.

I'm still investigating why.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq in Ubuntu.
https://bugs.launchpad.net/bugs/1228955

Title:
  dnsmasq changeds virtualbox guests PTR queries into A queries

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1228955] Re: dnsmasq changeds virtualbox guests PTR queries into A queries

2013-09-23 Thread Bar Ziony
Hi Thomas,

Because when I disable dnsmasq from NetworkManager config, and I get the
my regular DNS server into resolv.conf (of my host), the Virtualbox
guests behave normal.

so I thought if the issue occurs with dnsmasq, and doesn't occur without
it, then it's dnsmasq's fault and not Virtualbox (which can't really
know if dnsmasq is even used or not).

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

Title:
  dnsmasq changeds virtualbox guests PTR queries into A queries

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

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


[Bug 1228955] Re: dnsmasq changeds virtualbox guests PTR queries into A queries

2013-09-23 Thread Bar Ziony
Hi Thomas,

This is indeed not a dnsmasq issue.

It is Virtualbox, turning PTR queries into A queries when the name
server on the host's resolv.conf file is from 127.0.0.0/8 segment.

I'm still investigating why.

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

Title:
  dnsmasq changeds virtualbox guests PTR queries into A queries

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

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


[Bug 1228955] Re: dnsmasq changeds virtualbox guests PTR queries into A queries

2013-09-23 Thread Bar Ziony
Hi Thomas.

Good to hear you can reproduce it.

Anything else I need to do?

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

Title:
  dnsmasq changeds virtualbox guests PTR queries into A queries

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

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


[Bug 1228955] Re: dnsmasq changeds virtualbox guests PTR queries into A queries

2013-09-23 Thread Bar Ziony
Sorry for the double-post.

I believe this is the code that is causing Virtualbox to behave like this:
https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Devices/Network/slirp/slirp_dns.c#L283

I don't have any idea why it is there, but it says that it's
specifically for modern Ubuntu releases which have 127.0.1.1 as the
name server (Network-Manager-managed dnsmasq...)

Thanks!
Bar.

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

Title:
  dnsmasq changeds virtualbox guests PTR queries into A queries

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

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


[Bug 1228955] [NEW] dnsmasq changeds virtualbox guests PTR queries into A queries

2013-09-22 Thread Bar Ziony
Public bug reported:

Hello,

For some reason, when trying to resolve a PTR query (host -t PTR 8.8.8.8 for 
example) from a VirtualBox guest (Doesn't matter which OS), the resulting query 
on the host (Ubuntu 12.10) eth0 on wireshark is an A query for 
8.8.8.8.in-addr.arpa, which of course fails.
This happens for all PTR queries, public and private.
When I stop using dnsmasq in my host (by commenting it out on 
/etc/NetworkManager/NetworkManager.conf), everything works as expected.

I know this is not a VirtualBox issue.

Resolving the same PTR queries exactly (with the same 'host' utility) on
the host works great.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: dnsmasq (not installed)
ProcVersionSignature: Ubuntu 3.5.0-40.62-generic 3.5.7.20
Uname: Linux 3.5.0-40-generic x86_64
ApportVersion: 2.6.1-0ubuntu12
Architecture: amd64
Date: Mon Sep 23 01:26:12 2013
InstallationDate: Installed on 2012-11-29 (297 days ago)
InstallationMedia: Xubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.1)
MarkForUpload: True
SourcePackage: dnsmasq
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug quantal

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq in Ubuntu.
https://bugs.launchpad.net/bugs/1228955

Title:
  dnsmasq changeds virtualbox guests PTR queries into A queries

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1228955] [NEW] dnsmasq changeds virtualbox guests PTR queries into A queries

2013-09-22 Thread Bar Ziony
Public bug reported:

Hello,

For some reason, when trying to resolve a PTR query (host -t PTR 8.8.8.8 for 
example) from a VirtualBox guest (Doesn't matter which OS), the resulting query 
on the host (Ubuntu 12.10) eth0 on wireshark is an A query for 
8.8.8.8.in-addr.arpa, which of course fails.
This happens for all PTR queries, public and private.
When I stop using dnsmasq in my host (by commenting it out on 
/etc/NetworkManager/NetworkManager.conf), everything works as expected.

I know this is not a VirtualBox issue.

Resolving the same PTR queries exactly (with the same 'host' utility) on
the host works great.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: dnsmasq (not installed)
ProcVersionSignature: Ubuntu 3.5.0-40.62-generic 3.5.7.20
Uname: Linux 3.5.0-40-generic x86_64
ApportVersion: 2.6.1-0ubuntu12
Architecture: amd64
Date: Mon Sep 23 01:26:12 2013
InstallationDate: Installed on 2012-11-29 (297 days ago)
InstallationMedia: Xubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.1)
MarkForUpload: True
SourcePackage: dnsmasq
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug quantal

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

Title:
  dnsmasq changeds virtualbox guests PTR queries into A queries

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

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


[Bug 934618] Re: gdm crashes at startup when autologin enabled: gdm-simple-slave[1605]: CRITICAL: gdm_session_direct_get_username: assertion `session != NULL' failed

2013-09-20 Thread Foo Bar
This bug is _still_ part of the current LTS-release!

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

Title:
  gdm crashes at startup when autologin enabled: gdm-simple-slave[1605]:
  CRITICAL: gdm_session_direct_get_username: assertion `session != NULL'
  failed

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

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


[Bug 1219096] [NEW] broadcom-sta-dkms 5.100.82.112-9: broadcom-sta kernel module failed to build

2013-08-30 Thread Amitai Bar
Public bug reported:

All i did was running apt-get update and it  updated the kernek but the dkms 
failed.
Thanks
Amitai

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: broadcom-sta-dkms 5.100.82.112-9
ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
Uname: Linux 3.8.0-27-generic i686
NonfreeKernelModules: wl fglrx
ApportVersion: 2.9.2-0ubuntu8.3
Architecture: i386
DKMSKernelVersion: 3.8.0-27-generic
Date: Sat Aug 31 00:33:47 2013
InstallationDate: Installed on 2012-07-28 (398 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 5.100.82.112-9
SourcePackage: broadcom-sta
Title: broadcom-sta-dkms 5.100.82.112-9: broadcom-sta kernel module failed to 
build
UpgradeStatus: Upgraded to raring on 2013-04-04 (148 days ago)

** Affects: broadcom-sta (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 raring

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

Title:
  broadcom-sta-dkms 5.100.82.112-9: broadcom-sta kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/broadcom-sta/+bug/1219096/+subscriptions

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


[Bug 1212796] [NEW] python-configparser 3.2.0r3-1 seems to be broken

2013-08-15 Thread Foo Bar
Public bug reported:

Hello,

I installed python-configparser in Ubuntu 13.04 (raring) and noticed
that this module is broken. After removing the package and installing a
recent version, my code works as expected.

My test case:

File conf:
--
[test]

key = value

File test.py
--
#!/usr/bin/python
import configparser

co = configparser.RawConfigParser()
co.read('conf')
print co.get('test', 'key')

My system
--
$ lsb_release -a
LSB Version:
core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch
Distributor ID: Ubuntu
Description:Ubuntu 13.04
Release:13.04
Codename:   raring

Package info
--
$ apt-cache show python-configparser
Package: python-configparser
Priority: optional
Section: universe/python
Installed-Size: 126
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Original-Maintainer: Agustin Henze t...@sluc.org.ar
Architecture: all
Source: configparser
Version: 3.2.0r3-1
Depends: python2.7, python (= 2.7.1-0ubuntu2), python ( 2.8)
Filename: pool/universe/c/configparser/python-configparser_3.2.0r3-1_all.deb
Size: 25764
MD5sum: c39520945ce016f3eba84d221e7d2aa4
SHA1: de8e77ed65725ddf2bed5c7caefb0d323972195c
SHA256: 9044eb841aaed929cb1f77c4c387ae7563906a6c8ca14d104c85fde8a7e8ccb9
Description-en: backport of the enhanced config parser in Python 3.2
 The ancient ConfigParser module available in the standard library 2.x has
 seen a major update in Python 3.2. This is a backport of those changes so
 that they can be used directly in Python 2.7.
Homepage: https://bitbucket.org/ambv/configparser
Description-md5: fe6da1970dfb481844f97918c3b937fe
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

My python
--
$ python --version
Python 2.7.4

Run testcase with error
--
$ python test.py 
Traceback (most recent call last):
  File test.py, line 6, in module
print co.get('test', 'key')
  File /usr/lib/python2.7/dist-packages/configparser.py, line 798, in get
d = self._unify_values(section, vars)
  File /usr/lib/python2.7/dist-packages/configparser.py, line 1154, in 
_unify_values
raise NoSectionError(section)
configparser.NoSectionError: No section: 'test'

Remove python-configparser
--
$ sudo apt-get remove python-configparser 
[...]
The following packages will be REMOVED:
  python-configparser
0 upgraded, 0 newly installed, 1 to remove and 7 not upgraded.
After this operation, 129 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 490036 files and directories currently installed.)
Removing python-configparser ...

Using a recent version
--
$ sudo pip install configparser
Downloading/unpacking configparser
  Downloading configparser-3.3.0r2.tar.gz
  Running setup.py egg_info for package configparser

Installing collected packages: configparser
  Running setup.py install for configparser
deleting configparser.egg-info/requires.txt

Successfully installed configparser
Cleaning up...

Retest
--
$ python test.py 
value

** Affects: configparser (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/1212796

Title:
  python-configparser 3.2.0r3-1 seems to be broken

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

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


[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2013-06-12 Thread Foo Bar
This still affects 13.04, latest kernel. SUpport compiled into the
kernel - no way to disable the module as a workaround.

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

Title:
  XHCI (USB 3.0) kernel Module Prevents Suspend

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

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


[Bug 885335] Re: gnome-terminal displays hebrew filenames and text inverted

2013-04-30 Thread bar
Any news on that ?

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

Title:
  gnome-terminal displays hebrew filenames and text inverted

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

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


[Bug 263822] Re: RTL (right to left) support in terminal (BiDi)

2013-04-30 Thread bar
This helps a little : http://askubuntu.com/questions/77657/how-to-
enable-arabic-support-in-gnome-terminal

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

Title:
  RTL (right to left) support in terminal (BiDi)

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

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


[Bug 1164450] [NEW] Unitiy crashes when /etc/init.d/netwroking restart

2013-04-04 Thread bar
Public bug reported:

So, this happened to me using multiple Ubuntu installations 12.04, 12.10
and 13.4, when using networking restart for restarting the network
service deamon Unitiy crashes

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: unity 6.12.0daily13.04.01-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
Uname: Linux 3.8.0-16-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.9.2-0ubuntu5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Thu Apr  4 14:55:02 2013
DistUpgraded: 2013-03-21 15:21:53,923 DEBUG enabling apt cron job
DistroCodename: raring
DistroVariant: ubuntu
DkmsStatus:
 vboxhost, 4.2.10, 3.8.0-15-generic, x86_64: installed
 vboxhost, 4.2.10, 3.8.0-16-generic, x86_64: installed
EcryptfsInUse: Yes
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:21f3]
InstallationDate: Installed on 2013-03-21 (14 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MachineType: LENOVO 23471C3
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-16-generic 
root=UUID=b9ba70d9-2e3d-4fc3-ae42-1c594c446340 ro
SourcePackage: unity
UpgradeStatus: Upgraded to raring on 2013-03-21 (13 days ago)
dmi.bios.date: 10/19/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: G1ET73WW (2.09 )
dmi.board.asset.tag: Not Available
dmi.board.name: 23471C3
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrG1ET73WW(2.09):bd10/19/2012:svnLENOVO:pn23471C3:pvrThinkPadT430:rvnLENOVO:rn23471C3:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 23471C3
dmi.product.version: ThinkPad T430
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.9~daily13.03.29-0ubuntu1
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.43-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.3-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.3-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.5-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1
xserver.bootTime: Thu Apr  4 09:16:04 2013
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.13.3-0ubuntu4
xserver.video_driver: intel

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


** Tags: amd64 apport-bug compiz-0.9 raring ubuntu

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

Title:
  Unitiy crashes when /etc/init.d/netwroking restart

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

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


[Bug 1164450] Re: Unitiy crashes when /etc/init.d/netwroking restart

2013-04-04 Thread bar
Most likliy this is a duplicate of a known bug because it happened allot
for me and in multiple machines and versions of Ubuntu.

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

Title:
  Unitiy crashes when /etc/init.d/netwroking restart

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

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


[Bug 993981] Re: Remmina Fails to Load rdp Plugin (remmina-plugin-rdp.so)

2013-04-04 Thread bar
Still got the problem in Ubuntu 13.04, tried #16, didn’t worked :\

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

Title:
  Remmina Fails to Load rdp Plugin (remmina-plugin-rdp.so)

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

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

[Bug 993981] Re: Remmina Fails to Load rdp Plugin (remmina-plugin-rdp.so)

2013-04-04 Thread bar
** Changed in: remmina (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  Remmina Fails to Load rdp Plugin (remmina-plugin-rdp.so)

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

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


[Bug 1157780] Re: stop networking crashes window manager

2013-04-04 Thread bar
Also in Ubuntu 13.04 (daily)

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

Title:
  stop networking crashes window manager

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

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


[Bug 1078543] Re: [raring] Pulse audio fails to start with error 'Failed to open module module-esound-protocol-unix: file not found'

2013-04-02 Thread bar
Also happened to me,

Fixed it === killall pulseaudio;rm -rf ~/.pulse;rm ~/.pulse-
cookie;pulseaudio --start

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

Title:
  [raring] Pulse audio fails to start with error 'Failed to open module
  module-esound-protocol-unix: file not found'

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

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


[Bug 998367] Re: fingerprint login in ubuntu 12.04 can't access encrypted home user account

2013-03-31 Thread bar
Any news regarding this ?

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

Title:
  fingerprint login in ubuntu 12.04 can't access encrypted home user
  account

To manage notifications about this bug go to:
https://bugs.launchpad.net/fingerprint-gui/+bug/998367/+subscriptions

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


[Bug 796086] Re: package imapproxy (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-12-23 Thread bar
Same story here, installed it to try the program, didn't liked it and
uninstalled, also getting this bug now

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

Title:
  package imapproxy (not installed) failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/up-imapproxy/+bug/796086/+subscriptions

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


[Bug 1029443] Re: [gm45] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000001 IPEHR: 0x79050004

2012-09-13 Thread bar
+1 Problem appeared after adding second monitor to laptop.

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

Title:
  [gm45] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0001 IPEHR:
  0x79050004

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1029443/+subscriptions

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


[Bug 1049521] [NEW] [gm45] GPU lockup IPEHR: 0x01840000

2012-09-12 Thread bar
Public bug reported:

After last night dist-upgrade

ProblemType: Crash
DistroRelease: Ubuntu 12.10
Package: xserver-xorg-video-intel 2:2.20.6-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-14.16-generic 3.5.3
Uname: Linux 3.5.0-14-generic x86_64
ApportVersion: 2.5.1-0ubuntu7
Architecture: amd64
Chipset: gm45
Date: Wed Sep 12 00:09:23 2012
DistroCodename: quantal
DistroVariant: ubuntu
DuplicateSignature: [gm45] GPU lockup  IPEHR: 0x0184 Ubuntu 12.10
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
GpuHangFrequency: Continuously
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120218)
InterpreterPath: /usr/bin/python3.2mu
MachineType: Hewlett-Packard Presario CQ62 Notebook PC
ProcCmdline: /usr/bin/python3 /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-14-generic 
root=UUID=d285eaab-8528-43b9-8dee-67b800426a15 ro
RelatedPackageVersions:
 xserver-xorg 1:7.7+1ubuntu3
 libdrm2  2.4.39-0ubuntu1
 xserver-xorg-video-intel 2:2.20.6-0ubuntu1
SourcePackage: xserver-xorg-video-intel
Title: [gm45] GPU lockup  IPEHR: 0x0184
UdevDb: Error: [Errno 2] No such file or directory: 'udevadm'
UpgradeStatus: Upgraded to quantal on 2012-09-02 (10 days ago)
UserGroups: fuse
dmi.bios.date: 04/07/2011
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.37
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1484
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 77.39
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.37:bd04/07/2011:svnHewlett-Packard:pnPresarioCQ62NotebookPC:pvr049B112028102:rvnHewlett-Packard:rn1484:rvr77.39:cvnHewlett-Packard:ct10:cvrN/A:
dmi.product.name: Presario CQ62 Notebook PC
dmi.product.version: 049B112028102
dmi.sys.vendor: Hewlett-Packard

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash freeze quantal ubuntu

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

Title:
  [gm45] GPU lockup  IPEHR: 0x0184

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1049521/+subscriptions

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


[Bug 1049521] Re: [gm45] GPU lockup IPEHR: 0x01840000

2012-09-12 Thread bar
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1049521

Title:
  [gm45] GPU lockup  IPEHR: 0x0184

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1049521/+subscriptions

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


[Bug 1048943] Re: hangs on poweroff/reboot/shutdown -P

2012-09-12 Thread bar
Tested, Problem changed.

Now I get :

[   194.831335] 4[UFW BLOCK] IN=wlan0 OUT=
MAC=70:f1:a1:96:0b:90:20:4e:7f:26:03:90:08:00 SRC=0.0.0.0(changing ip
address) DST=0.0.0.0(same address every time) LEN=000(changing numbers)
TOS=0x00 PREC=0x00 TTL=000(changing numbers) ID=(changing numbers)
PROTO=UDP SPT=changing numbers

This line with some changes keep repeating and halting system
shutdown..

Kernel  3.6.0-030600rc5 (64 bit)

** Tags added: kernel-bug-exists-upstream

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

Title:
  hangs on poweroff/reboot/shutdown -P

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

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


[Bug 1048943] Re: hangs on poweroff/reboot/shutdown -P

2012-09-12 Thread bar
After more tests same problem continues , stuck at Stopping System V
runlevel compatibility

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

Title:
  hangs on poweroff/reboot/shutdown -P

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

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


[Bug 1048943] [NEW] hangs on poweroff/reboot/shutdown -P

2012-09-11 Thread bar
Public bug reported:

When trying to poweroff, reboot or shutdown the system i'm getting stuck at 
Stopping System V Run Level Compatibility
I believe this has started after purging KDE from the system

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: linux-image-3.5.0-14-generic 3.5.0-14.16
ProcVersionSignature: Ubuntu 3.5.0-14.16-generic 3.5.3
Uname: Linux 3.5.0-14-generic x86_64
AcpiTables: Error: [Errno 13] Permission denied
ApportVersion: 2.5.1-0ubuntu7
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  unshadow   2851 F pulseaudio
Date: Tue Sep 11 09:07:23 2012
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=2fdbff45-ea8a-4d25-9d6c-4d0105924666
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120218)
MachineType: Hewlett-Packard Presario CQ62 Notebook PC
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-14-generic 
root=UUID=d285eaab-8528-43b9-8dee-67b800426a15 ro
PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/unshadow not ours.
 No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-14-generic N/A
 linux-backports-modules-3.5.0-14-generic  N/A
 linux-firmware2.0-bt7
SourcePackage: linux
UpgradeStatus: Upgraded to quantal on 2012-09-02 (9 days ago)
dmi.bios.date: 04/07/2011
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.37
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1484
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 77.39
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.37:bd04/07/2011:svnHewlett-Packard:pnPresarioCQ62NotebookPC:pvr049B112028102:rvnHewlett-Packard:rn1484:rvr77.39:cvnHewlett-Packard:ct10:cvrN/A:
dmi.product.name: Presario CQ62 Notebook PC
dmi.product.version: 049B112028102
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug quantal

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

Title:
  hangs on poweroff/reboot/shutdown -P

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

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


[Bug 1048943] Re: hangs on poweroff/reboot/shutdown -P

2012-09-11 Thread bar
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1048943

Title:
  hangs on poweroff/reboot/shutdown -P

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

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


[Bug 1048929] [NEW] [gm45] GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000003

2012-09-10 Thread bar
Public bug reported:

Cant reboot system, getting stuck at Stopping System V runlevel
comptatibilty

ProblemType: Crash
DistroRelease: Ubuntu 12.10
Package: xserver-xorg-video-intel 2:2.20.6-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-14.16-generic 3.5.3
Uname: Linux 3.5.0-14-generic x86_64
ApportVersion: 2.5.1-0ubuntu7
Architecture: amd64
Chipset: gm45
Date: Tue Sep 11 07:47:47 2012
DistroCodename: quantal
DistroVariant: ubuntu
DuplicateSignature: [gm45] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0003 
Ubuntu 12.10
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
GpuHangFrequency: Continuously
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120218)
InterpreterPath: /usr/bin/python3.2mu
MachineType: Hewlett-Packard Presario CQ62 Notebook PC
ProcCmdline: /usr/bin/python3 /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-14-generic 
root=UUID=d285eaab-8528-43b9-8dee-67b800426a15 ro
RelatedPackageVersions:
 xserver-xorg 1:7.7+1ubuntu3
 libdrm2  2.4.39-0ubuntu1
 xserver-xorg-video-intel 2:2.20.6-0ubuntu1
SourcePackage: xserver-xorg-video-intel
Title: [gm45] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0003
UdevDb: Error: [Errno 2] No such file or directory: 'udevadm'
UpgradeStatus: Upgraded to quantal on 2012-09-02 (9 days ago)
UserGroups: fuse
dmi.bios.date: 04/07/2011
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.37
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1484
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 77.39
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.37:bd04/07/2011:svnHewlett-Packard:pnPresarioCQ62NotebookPC:pvr049B112028102:rvnHewlett-Packard:rn1484:rvr77.39:cvnHewlett-Packard:ct10:cvrN/A:
dmi.product.name: Presario CQ62 Notebook PC
dmi.product.version: 049B112028102
dmi.sys.vendor: Hewlett-Packard

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash freeze quantal ubuntu

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

Title:
  [gm45] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0003

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1048929/+subscriptions

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


[Bug 1048929] Re: [gm45] GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000003

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

Title:
  [gm45] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0003

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1048929/+subscriptions

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


[Bug 509317] Re: Xorg crashed with SIGSEGV in mieqProcessDeviceEvent()

2012-09-09 Thread bar
happened on 12.10 at 9 sep, after installing additional nautilus
extensions

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

Title:
  Xorg crashed with SIGSEGV in mieqProcessDeviceEvent()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/509317/+subscriptions

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


[Bug 1034005] Re: upowerd crashed with SIGSEGV in __stpcpy_chk()

2012-09-06 Thread bar
after deleting KDE desktop packages

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

Title:
  upowerd crashed with SIGSEGV in __stpcpy_chk()

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

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


[Bug 1045021] [NEW] After upgrading to 12.10 w3af wont load because of pysvn problem

2012-09-02 Thread bar
Public bug reported:

./w3af_gui 
Your python installation needs the following packages:
pysvn 

On debian based systems:
sudo apt-get install python-svn 

Additional information:
It looks like your pysvn library installation is broken
(are you using BT4 R2?). The error we get when importing
the pysvn library is pysvn was built against newer (svn, apr, etc.) 
libraries then the ones installed on this system. 
/usr/lib/python2.7/dist-packages/pysvn/_pysvn_2_7.so: undefined symbol: 
svn_sort_compare_items_as_paths. 

This is a BackTrack issue (works with Ubuntu 8.04 and 10.10)
that was fixed by them in their devel repositories, in order to
enable them you need to follow these steps:
1. vim /etc/apt/sources.list
2. Un-comment the BackTrack Devel Repository line (deb 
http://archive.offensive-security.com/repotest/ ./)3. apt-get update  
apt-get dist-upgrade

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: python-svn 1.7.6-0.1
ProcVersionSignature: Ubuntu 3.5.0-13.14-generic 3.5.3
Uname: Linux 3.5.0-13-generic x86_64
ApportVersion: 2.5.1-0ubuntu4
Architecture: amd64
Date: Sun Sep  2 18:58:51 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120218)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: pysvn
UpgradeStatus: Upgraded to quantal on 2012-09-02 (0 days ago)

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


** Tags: amd64 apport-bug quantal

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

Title:
  After upgrading to 12.10 w3af wont load because of pysvn problem

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

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


[Bug 1045021] Re: After upgrading to 12.10 w3af wont load because of pysvn problem

2012-09-02 Thread bar
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1045021

Title:
  After upgrading to 12.10 w3af wont load because of pysvn problem

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

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


[Bug 1045021] Re: After upgrading to 12.10 w3af wont load because of pysvn problem

2012-09-02 Thread bar
** Also affects: w3af
   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/1045021

Title:
  After upgrading to 12.10 w3af wont load because of pysvn problem

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

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


[Bug 36812]

2012-08-22 Thread Alon Bar-Lev
Created attachment 63378
xorg-server-1.12.2-xkb-switch-on-release.patch

Some code style modifications.

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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/36812/+subscriptions

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


[Bug 1024687] [NEW] update-manager: Settings... does not open settings window

2012-07-14 Thread Oren Bar
Public bug reported:

happens in both Gnome-classic(no effects) and Unity.
1. i start update-manager GUI manually.
2. pressing Settings
3. what appears to be a refresh of update-manager happens (i see the progress 
bar that runs every time you open update-manager).
4. Settings window does not open, as if i didn't click it.

My initiative to open the Settings of update-manager was that for some time 
now, the only way I could see that there are updates, was either opening the 
update-manager, or looking at the Shut Down/Lock Screen/Log Out menu, where 
it states if there are updates.
I'm currently using gnome-classic and I wanted a notification of updates 
available in the panel.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: update-manager 1:0.156.14.5
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Sat Jul 14 13:31:59 2012
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/update-manager
GsettingsChanges:
 com.ubuntu.update-manager first-run false
 com.ubuntu.update-manager launch-time 1342261826
 com.ubuntu.update-manager show-details true
 com.ubuntu.update-manager window-height 604
 com.ubuntu.update-manager window-width 600
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
InterpreterPath: /usr/bin/python2.7
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: update-manager
UpgradeStatus: Upgraded to quantal on 2012-05-18 (56 days ago)

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


** Tags: amd64 apport-bug quantal third-party-packages

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

Title:
  update-manager: Settings... does not open settings window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1024687/+subscriptions

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


[Bug 1024687] Re: update-manager: Settings... does not open settings window

2012-07-14 Thread Oren Bar
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024687

Title:
  update-manager: Settings... does not open settings window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1024687/+subscriptions

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


[Bug 1024687] Re: update-manager: Settings... does not open settings window

2012-07-14 Thread Oren Bar
I am (I thought I am) running precise, but my bug report states quantal.
So I found the reason for that (toolchain/test) and a solution:
http://askubuntu.com/a/135472/76950

this resolves this bug.

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

Title:
  update-manager: Settings... does not open settings window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1024687/+subscriptions

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


[Bug 874329] Re: software-properties-gtk crashed with NoDistroTemplateException in get_sources(): Error: could not find a distribution template when Ubuntu.info is out of date

2012-07-14 Thread Oren Bar
I had this problem, but the root cause was my 12.04 reporting itself as 12.10.
Although this report seem to indicate 12.04, I add this for reference.
Link to explanation and solution (to my problem):
http://askubuntu.com/a/135472/76950

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

Title:
  software-properties-gtk crashed with NoDistroTemplateException in
  get_sources(): Error: could not find a distribution template when
  Ubuntu.info is out of date

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

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


[Bug 949185] Re: package libselinux1 2.1.0-4.1ubuntu1 failed to install/upgrade: libselinux1:amd64 2.1.0-4.1ubuntu1 cannot be configured because libselinux1

2012-03-07 Thread bar
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/949185

Title:
  package libselinux1 2.1.0-4.1ubuntu1 failed to install/upgrade:
  libselinux1:amd64 2.1.0-4.1ubuntu1 cannot be configured because
  libselinux1

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

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


[Bug 949185] [NEW] package libselinux1 2.1.0-4.1ubuntu1 failed to install/upgrade: libselinux1:amd64 2.1.0-4.1ubuntu1 cannot be configured because libselinux1

2012-03-07 Thread bar
Public bug reported:

while runing apt-get update  apt-get upgrade from cml

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libselinux1 2.1.0-4.1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
ApportVersion: 1.94-0ubuntu1
Architecture: amd64
Date: Wed Mar  7 01:47:39 2012
DpkgTerminalLog:
 Preparing to replace libselinux1 2.1.0-4ubuntu1 (using 
.../libselinux1_2.1.0-4.1ubuntu1_amd64.deb) ...
 De-configuring libselinux1:i386 ...
 Unpacking replacement libselinux1 ...
 dpkg: error processing libselinux1 (--configure):
  libselinux1:amd64 2.1.0-4.1ubuntu1 cannot be configured because 
libselinux1:i386 is in a different version (2.1.0-4ubuntu1)
DuplicateSignature:
 Unpacking replacement libselinux1 ...
 dpkg: error processing libselinux1 (--configure):
  libselinux1:amd64 2.1.0-4.1ubuntu1 cannot be configured because 
libselinux1:i386 is in a different version (2.1.0-4ubuntu1)
ErrorMessage: libselinux1:amd64 2.1.0-4.1ubuntu1 cannot be configured because 
libselinux1
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120218)
SourcePackage: libselinux
Title: package libselinux1 2.1.0-4.1ubuntu1 failed to install/upgrade: 
libselinux1:amd64 2.1.0-4.1ubuntu1 cannot be configured because libselinux1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise

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

Title:
  package libselinux1 2.1.0-4.1ubuntu1 failed to install/upgrade:
  libselinux1:amd64 2.1.0-4.1ubuntu1 cannot be configured because
  libselinux1

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

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


[Bug 859188] Re: can't apt-get install --reinstall when foreign-arch version is present (E: Internal Error, No file name for libgl1-mesa-glx)

2012-01-14 Thread Oren Bar
I checked and I have exact issue as TBeholder in #22.
I was just wandering, I did not do a clean install of 11.10, but upgraded all 
the way from 10.04.
If everyone here are on an upgraded version, then maybe its connected...

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

Title:
  can't apt-get install --reinstall when foreign-arch version is present
  (E: Internal Error, No file name for libgl1-mesa-glx)

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

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


[Bug 36812]

2011-12-26 Thread Alon Bar-Lev
Long ago a bug was opened for this issue.

https://bugs.gentoo.org/show_bug.cgi?id=304375

On Mon, Aug 22, 2011 at 5:14 PM,  bugzilla-dae...@freedesktop.org wrote:
 https://bugs.freedesktop.org/show_bug.cgi?id=865

 --- Comment #92 from youagree n3ocor...@gmail.com 2011-08-22 07:14:34 PDT 
 ---
 For Gentoo and derivatives users, a working solution for patching is described
 here:

 https://bugs.gentoo.org/show_bug.cgi?id=379827

 Bug report description includes guidance for how an ebuild file for automatic
 patching of XkbActions.c can be achieved, and an example ebuild file that
 applies Ilya's patch to Gentoo version of xorg-server-1.10.3 as attachment is
 also provided by Lance Poore.

 I am using the patched version happily now without having any problems. Please
 consider including the patch in upstream. I am sure it would make thousands of
 desktop Linux users' lives easier.

 Thanks Ilya! and thanks to Lance in the name of Gentoo Linux multilingual
 keyboard users.
 Happy patching :)

 --
 Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
 --- You are receiving this mail because: ---
 You are on the CC list for the bug.


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

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/36812/+subscriptions

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


[Bug 891206] Re: Power settings not recomputed after hibernation

2011-11-18 Thread Amir Livne Bar-on
I believe this is the package containing KDE Plasmoids.
The specific plasmoid relevant to this bug is Battery Time Remaining, here's 
a link:
http://kde-look.org/content/show.php/Battery+Time+Remaining?content=123767

** Package changed: ubuntu = kde-workspace (Ubuntu)

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

Title:
  Power settings not recomputed after hibernation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/891206/+subscriptions

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


[Bug 891206] [NEW] Power settings not recomputed after hibernation

2011-11-16 Thread Amir Livne Bar-on
Public bug reported:

(This is a minor bug, or maybe RFE)
My computer is a netbook - ThinkPad E320 running Kubuntu 11.10 (oneiric ocelot).

When the battery reaches a low level, the power setting automatically changes 
from Powersave to Aggressive powersave. Closing the lid makes the computer 
go into hibernation, and when it wakes up it's still on Aggressive powersave.
The same happens whether or not the battery was recharged while the computer 
was hibernating, even though it would make sense for the power setting to go to 
Powersave if the battery was fully loaded.

A solution will be to test battery status on waking up from hibernation
and set the power setting accordingly.

** 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/891206

Title:
  Power settings not recomputed after hibernation

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

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


[Bug 875182] Re: Boot loader isn't installed properly (Kubuntu 11.10)

2011-10-15 Thread Amir Livne Bar-on
Workaround: reinstall GRUB 2 on the hard-drive

More detailed instructions in item 13 of
http://ubuntuforums.org/showthread.php?t=1195275

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

Title:
  Boot loader isn't installed properly (Kubuntu 11.10)

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

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


[Bug 875182] [NEW] Boot loader isn't installed properly (Kubuntu 11.10)

2011-10-15 Thread Amir Livne Bar-on
Public bug reported:

System used for testing:
Lenovo ThinkPad E320
Has built-in ATA disk with Windows 7 installation and an empty partition.

I downloaded kubuntu-11.10-amd64 and installed it from USB.
After the install, which finished without errors, booting from the hard-drive 
goes directly into Windows, not GRUB menu.

An attempt to install Debian on same computer failed with the error
can't install boot loader but I think Debian tries to install Grub (as
opposed to Grub2 used in Ubuntu).

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: boot install

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

Title:
  Boot loader isn't installed properly (Kubuntu 11.10)

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

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


[Bug 870858] Re: Kubuntu crashes when using the turning off display method.

2011-10-08 Thread Amitai Bar
added another Xorg.log

** Attachment added: Xorg.0.log.old
   
https://bugs.launchpad.net/ubuntu/+bug/870858/+attachment/2529283/+files/Xorg.0.log.old

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

Title:
  Kubuntu crashes when using the turning off display method.

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

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


[Bug 870858] Re: Kubuntu crashes when using the turning off display method.

2011-10-08 Thread Amitai Bar
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/870858

Title:
  Kubuntu crashes when using the turning off display method.

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

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


[Bug 870858] Re: Kubuntu crashes when using the turning off display method.

2011-10-08 Thread Amitai Bar
Added syslog

** Attachment added: syslog
   
https://bugs.launchpad.net/ubuntu/+bug/870858/+attachment/2529282/+files/syslog

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

Title:
  Kubuntu crashes when using the turning off display method.

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

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


[Bug 870858] [NEW] Kubuntu crashes when using the turning off display method.

2011-10-08 Thread Amitai Bar
Public bug reported:

Hi
Kubuntu hangs when i'm using the turn off display rule when closing the lid 
or when I have a rule turn off display after some time.
On the syslog I get the following error on the syslog:
reBoot Crash terminate-all-tasks(E) memory-full-oom-kill(F) kill-all-tasks(I) 
thaw-filesystems(J) saK show-backtrace-all-active-cpus(L) show-memory-usage(M) 
nice-all-RT-tasks(N) powerOff show-registers(P) show-all-timers(Q) unRaw Sync 
show-task-states(T) Unmount show-blocked-tasks(W) dump-ftrace-buffer(Z).
I think it freeses only when i'm trying to wake up my system because I see this 
on the Xorg.log
[36.533] (II) XKB: reuse xkmfile 
/var/lib/xkb/server-8414AA72542D2AD218BE6FFB6DD0832B7EF09B08.xkm
[38.462] Warning: LookupWindow()/SecurityLookupWindow() are deprecated.  
Please convert your driver/module to use dixLookupWindow().

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: fglrx (not installed)
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic-pae 3.0.4
Uname: Linux 3.0.0-12-generic-pae i686
NonfreeKernelModules: fglrx wl
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu2
Architecture: i386
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,resize,fade,unitymtgrabhandles,scale,session,unityshell]
CompositorRunning: kwin
Date: Sat Oct  8 19:10:54 2011
DistUpgraded: Log time: 2011-10-07 14:45:41.485406
DistroCodename: oneiric
DistroVariant: kubuntu
DkmsStatus:
 bcmwl, 5.100.82.38+bdcom, 3.0.0-10-generic-pae, i686: built
 bcmwl, 5.100.82.38+bdcom, 3.0.0-12-generic, i686: installed
 bcmwl, 5.100.82.38+bdcom, 3.0.0-12-generic-pae, i686: installed
 fglrx-updates, 8.881, 3.0.0-12-generic, i686: installed
 fglrx-updates, 8.881, 3.0.0-12-generic-pae, i686: installed
GraphicsCard:
 ATI Technologies Inc Manhattan [Mobility Radeon HD 5400 Series] [1002:68e0] 
(prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0413]
JockeyStatus:
 xorg:fglrx_updates - ATI/AMD proprietary FGLRX graphics driver (post-release 
updates) (Proprietary, Disabled, Not in use)
 kmod:wl - Broadcom STA wireless driver (Proprietary, Enabled, In use) 
[auto-install]
 xorg:fglrx - ATI/AMD proprietary FGLRX graphics driver (Proprietary, Disabled, 
Not in use)
MachineType: Dell Inc. Studio 1558
ProcEnviron:
 LANGUAGE=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic-pae 
root=UUID=04bb22f0-633d-4380-989c-712f6bcee5df ro recovery nomodeset
SourcePackage: fglrx-installer
UpgradeStatus: Upgraded to oneiric on 2011-10-07 (1 days ago)
dmi.bios.date: 10/12/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A11
dmi.board.vendor: Dell Inc.
dmi.board.version: A11
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A11
dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd10/12/2010:svnDellInc.:pnStudio1558:pvrA11:rvnDellInc.:rn:rvrA11:cvnDellInc.:ct8:cvrA11:
dmi.product.name: Studio 1558
dmi.product.version: A11
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu3
version.fglrx-installer: fglrx-installer N/A
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 kubuntu oneiric

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

Title:
  Kubuntu crashes when using the turning off display method.

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

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


[Bug 864683] [NEW] libGL gets lost when changing from FGLRX to free driver

2011-10-02 Thread Amir Livne Bar-on
Public bug reported:

(I'm sorry if this gets reported to the wrong place; it's hard for me to
work the bug-reporting GUI)

I installed Ubuntu 11.10 a few days ago.
I also installed and changed to the proprietary ATI Radeon drivers. The drivers 
were enabled through the System Settings  Additional Drivers dialog box.
Today I wanted to test the free drivers again, so using the same dialog box I 
disabled the proprietary drivers.
After a restart, X would start with only metacity and nautilus. Unity would not 
start.

Trying to start unity manually from a terminal gave an error that compiz could 
not load its plugins, since they depend on libGL.so.1. Of course unity did not 
show.
This library is provided from both FGLRX and from the Mesa project. 
Reinstalling the packages libgl1-mesa-* and rebooting allowed the system to 
find libGL, so this is a workaround for this bug.

I don't know how library path resolving works in modern Linux systems,
or what exactly the Additional Drivers dialog does, but it seems that
reinstalling the mesa libraries when removing proprietary 3d display
drivers would solve this for other users.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xorg 1:7.6+7ubuntu7
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu2
Architecture: i386
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,mousepoll,snap,move,resize,regex,gnomecompat,workarounds,place,commands,vpswitch,imgpng,grid,wall,fade,session,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
Date: Sun Oct  2 17:15:26 2011
DistUpgraded: Log time: 2011-09-25 16:29:19.690101
DistroCodename: oneiric
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 ATI Technologies Inc RV710 [Radeon HD 4350] [1002:954f] (prog-if 00 [VGA 
controller])
   Subsystem: Hightech Information System Ltd. Device [1787:2271]
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: MICRO-STAR INTERNATIONAL CO.,LTD MS-7529
PlymouthDebug: Error: [Errno 13] Permission denied: 
'/var/log/plymouth-debug.log'
ProcKernelCmdLine: root=UUID=773c72ee-b51a-4fdf-a0d3-092b4fe8b3e8 ro xforcevesa 
splash quiet
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to oneiric on 2011-10-01 (1 days ago)
dmi.bios.date: 04/21/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V1.4
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: G31M3-F V2(MS-7529)
dmi.board.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.4:bd04/21/2009:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7529:pvr1.0:rvnMICRO-STARINTERNATIONALCO.,LTD:rnG31M3-FV2(MS-7529):rvr1.0:cvnMICRO-STARINTERNATIONALCO.,LTD:ct3:cvr1.0:
dmi.product.name: MS-7529
dmi.product.version: 1.0
dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu1
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-bug compiz-0.9 i386 oneiric running-unity ubuntu

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

Title:
  libGL gets lost when changing from FGLRX to free driver

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

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


[Bug 864683] Re: libGL gets lost when changing from FGLRX to free driver

2011-10-02 Thread Amir Livne Bar-on
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/864683

Title:
  libGL gets lost when changing from FGLRX to free driver

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

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


[Bug 704105] Re: Resize grip always appears in bottom right of GTK+2.0 windows

2011-05-02 Thread Tzury Bar Yochay
there are temporarily solutions for this at 
http://askubuntu.com/questions/29209/disable-resize-gripper-in-windows

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

Title:
  Resize grip always appears in bottom right of GTK+2.0 windows

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


Re: [Bug 748137] Re: unity rendering broken with fglrx (black masks)

2011-04-25 Thread Amitai Bar
Didn't work for me.
I have radeon mobility 5470.
I the known confuration and it worked only when tear free was disabled plus
vsync.


On Sun, Apr 24, 2011 at 9:02 PM, Boudhayan Gupta
748...@bugs.launchpad.netwrote:

 Just a heads-up: If I disable Sync to VBlank in CCSM, and keep Tear Free
 Desktop enabled in AMDCCCLE, I get normal performance, as well as no
 tearing (because AMD is handling it at the driver level). I guess the
 whole issue was because vblanking was being done twice (once at the
 Compiz level and another at the FGLRX level), and this was putting a
 huge load on the GPU with performance regression.

 My card is a ATI Mobility Radeon HD4330

 --
 You received this bug notification because you are a direct subscriber
 of a duplicate bug (747501).
 https://bugs.launchpad.net/bugs/748137

 Title:
  unity rendering broken with fglrx (black masks)

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/unity/+bug/748137/+subscribe


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

Title:
  unity rendering broken with fglrx (black masks)

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


[Bug 764398] [NEW] WARNING: at /build/buildd/linux-2.6.38/drivers/gpu/drm/radeon/radeon_fence.c:248 radeon_fence_wait 0x2ea/0x360 [radeon]()

2011-04-18 Thread Amitai Bar
Public bug reported:

While launching Football Manager 2011 under wine the Unity stopped responding.
I believe wine tried to launch the d3d which caused the problem on the radeon 
driver.

ProblemType: KernelOops
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.38-8-generic-pae 2.6.38-8.42
Regression: Yes
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
Uname: Linux 2.6.38-8-generic-pae i686
NonfreeKernelModules: wl
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  amitai 1578 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf0b0 irq 49'
   Mixer name   : 'IDT 92HD73C1X5'
   Components   : 'HDA:111d7675,10280413,00100103'
   Controls  : 21
   Simple ctrls  : 14
Card1.Amixer.info:
 Card hw:1 'Generic'/'HD-Audio Generic at 0xcfedc000 irq 50'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,00100200'
   Controls  : 4
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Mon Apr 18 12:23:48 2011
Failure: oops
HibernationDevice: RESUME=UUID=ddc95e12-7dd0-4f4f-becf-e8cc92a9803a
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
MachineType: Dell Inc. Studio 1558
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic-pae 
root=UUID=04bb22f0-633d-4380-989c-712f6bcee5df ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-2.6.38-8-generic-pae N/A
 linux-backports-modules-2.6.38-8-generic-pae  N/A
 linux-firmware1.50
SourcePackage: linux
Title: WARNING: at 
/build/buildd/linux-2.6.38/drivers/gpu/drm/radeon/radeon_fence.c:248 
radeon_fence_wait+0x2ea/0x360 [radeon]()
UpgradeStatus: Upgraded to natty on 2011-04-05 (12 days ago)
dmi.bios.date: 10/12/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A11
dmi.board.vendor: Dell Inc.
dmi.board.version: A11
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A11
dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd10/12/2010:svnDellInc.:pnStudio1558:pvrA11:rvnDellInc.:rn:rvrA11:cvnDellInc.:ct8:cvrA11:
dmi.product.name: Studio 1558
dmi.product.version: A11
dmi.sys.vendor: Dell Inc.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-kerneloops i386 kernel-graphics kernel-oops natty 
needs-upstream-testing regression-release

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

Title:
  WARNING: at
  /build/buildd/linux-2.6.38/drivers/gpu/drm/radeon/radeon_fence.c:248
  radeon_fence_wait 0x2ea/0x360 [radeon]()

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


[Bug 764398] Re: WARNING: at /build/buildd/linux-2.6.38/drivers/gpu/drm/radeon/radeon_fence.c:248 radeon_fence_wait 0x2ea/0x360 [radeon]()

2011-04-18 Thread Amitai Bar
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/764398

Title:
  WARNING: at
  /build/buildd/linux-2.6.38/drivers/gpu/drm/radeon/radeon_fence.c:248
  radeon_fence_wait 0x2ea/0x360 [radeon]()

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


Re: [Bug 748137] Re: unity rendering broken with fglrx (black masks)

2011-04-17 Thread Amitai Bar
On Maverick I used to be able to use the vsync so it is clearly a
regression.


On Sat, Apr 9, 2011 at 11:42 PM, Stefan 748...@bugs.launchpad.net wrote:

 To disable vsync in open CompizConfig Settings Manager (CCSM) go to the
 main CCSM menu and select OpenGL under the general category and uncheck
 Sync to VBlank.

 --
 You received this bug notification because you are a direct subscriber
 of a duplicate bug (747501).
 https://bugs.launchpad.net/bugs/748137

 Title:
  unity rendering broken with fglrx (black masks)

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/unity/+bug/748137/+subscribe


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

Title:
  unity rendering broken with fglrx (black masks)

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


[Bug 747501] [NEW] unable to play video (black screen) while tear-free is enabled

2011-04-01 Thread Amitai Bar
Public bug reported:

Binary package hint: fglrx

unable to play video (black screen) while tear-free is enabled, fgl_glxgears 
and glxgear squre flickers.
I have radeon 5470.
I testes the 11.2 fglrx version with maverick and it worked fine.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: fglrx 2:8.840-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-7.39-generic-pae 2.6.38
Uname: Linux 2.6.38-7-generic-pae i686
NonfreeKernelModules: fglrx wl
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Fri Apr  1 19:14:34 2011
DistUpgraded: Log time: 2011-04-01 10:56:10.743612
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 5.100.82.38+bdcom, 2.6.35-28-generic-pae, i686: installed 
 bcmwl, 5.100.82.38+bdcom, 2.6.38-7-generic-pae, i686: installed 
 fglrx, 8.840, 2.6.38-7-generic-pae, i686: installed
GraphicsCard:
 ATI Technologies Inc Manhattan [Mobility Radeon HD 5000 Series] [1002:68e0] 
(prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0413]
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
JockeyStatus:
 kmod:wl - Broadcom STA wireless driver (Proprietary, Enabled, In use) 
[auto-install]
 xorg:fglrx - ATI/AMD proprietary FGLRX graphics driver (Proprietary, Enabled, 
In use)
MachineType: Dell Inc. Studio 1558
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-7-generic-pae 
root=UUID=04bb22f0-633d-4380-989c-712f6bcee5df ro quiet splash vt.handoff=7
Renderer: Unknown
SourcePackage: fglrx-installer
UpgradeStatus: Upgraded to natty on 2011-04-01 (0 days ago)
dmi.bios.date: 10/12/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A11
dmi.board.vendor: Dell Inc.
dmi.board.version: A11
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A11
dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd10/12/2010:svnDellInc.:pnStudio1558:pvrA11:rvnDellInc.:rn:rvrA11:cvnDellInc.:ct8:cvrA11:
dmi.product.name: Studio 1558
dmi.product.version: A11
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.4git20110322-0ubuntu5
version.fglrx-installer: fglrx-installer N/A
version.libdrm2: libdrm2 2.4.23-1ubuntu5
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6~3ubuntu11
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu6

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


** Tags: apport-bug i386 natty ubuntu

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

Title:
  unable to play video (black screen) while tear-free is enabled

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


[Bug 747501] Re: unable to play video (black screen) while tear-free is enabled

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

Title:
  unable to play video (black screen) while tear-free is enabled

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


Re: [Bug 709810] Re: media/ir-core.h header file and mosules are missing on kernet 2.6.38

2011-02-06 Thread Amitai Bar
Yes.
I have checked and this issue still exists.
the apport-collect won't do any good since this is missing header issue on
the 2.6.38 kernel.
Amitai

On Thu, Feb 3, 2011 at 5:56 PM, Jeremy Foshee
709...@bugs.launchpad.netwrote:

 Hi Amitai,

 Please be sure to confirm this issue exists with the latest development
 release of Ubuntu.  ISO CD images are available from
 http://cdimage.ubuntu.com/daily/current/ .  If the issue remains, please
 run the following command from a Terminal
 (Applications-Accessories-Terminal).  It will automatically gather and
 attach updated debug information to this report.

 apport-collect -p linux 709810

 Also, if you could test the latest upstream kernel available that would be
 great.  It will allow additional upstream developers to examine the issue.
  Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .  Once you've
 tested the upstream kernel, please remove the 'needs-upstream-testing' tag.
  This can be done by clicking on the yellow pencil icon next to the tag
 located at the bottom of the bug description and deleting the
 'needs-upstream-testing' text.  Please let us know your results.

 Thanks in advance.

[This is an automated message.  Apologies if it has reached you
 inappropriately; please just reply to this message indicating so.]


 ** Tags added: needs-kernel-logs

 ** Tags added: needs-upstream-testing

 ** Tags added: kj-triage

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

 --
 You received this bug notification because you are a direct subscriber
 of the bug.
 https://bugs.launchpad.net/bugs/709810

 Title:
  media/ir-core.h  header file and mosules are missing on kernet 2.6.38


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

Title:
  media/ir-core.h  header file and mosules are missing on kernet 2.6.38

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


[Bug 709810] [NEW] media/ir-core.h header file and mosules are missing on kernet 2.6.38

2011-01-29 Thread Amitai Bar
Public bug reported:

media/ir-core.h  header file and mosules are missing on kernet 2.6.38
I'm unable to compile the em28xx module on naty.
The is a code that supports DVB. the module that ubuntu comes with does not 
support that. That is why untill now i was using the DKMS from this site:
http://www.kernellabs.com/blog/?p=1397
It was good untill the ir-core.h code and modules were removed at 2.6.38.
Is it a mistake? was it suppose to be removed?
Thanks
Amitai

** Affects: linux (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/709810

Title:
  media/ir-core.h  header file and mosules are missing on kernet 2.6.38

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


[Bug 682089] Re: Jack plug in front doesn't mute back of Realtek ALC883 (HDA NVidia)

2011-01-08 Thread Oren Bar
Hi, I got this problem also on ALC892 and Gigabyte 880GA-UD3.

David, by internal speakers you mean the internal beeper?
For a 2-channel speaker, the only option is to plug it into the line-out jack 
on the back,
and its a shame it wont get muted when plugging a headset in the front panel.

This option exist in the Realtek HD Audio Manager application (for
windows only) that comes with the mobo.

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

Title:
  Jack plug in front doesn't mute back of Realtek ALC883 (HDA NVidia)

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


Re: [Bug 318448] Re: [Hauppauge WinTV HVR-900/Hybrid][em28xx]Missing device files (/dev/dvb)

2010-06-18 Thread Amitai Bar
I'm sorry I just found this site...I don't know why it does that, it might
be a mistake with the deb file. Try to contact the person that created this
maybe he can help.
As I recall I used those versions and the worked fine

On Thu, Jun 17, 2010 at 12:06 PM, Timo Posemann t...@posemann.de
wrote:

 Dear Amitai,

 please could you check the file em28xx_28-19_amd64.deb on the site
 http://jiemeb.free.fr/pinnacle/?
 When i try to install it, it installs files for the kernel 2.6.31-19 not
 for 2.6.28-19?!

 Many thanks,

 Timo

 --
 [Hauppauge WinTV HVR-900/Hybrid][em28xx]Missing device files (/dev/dvb)
 https://bugs.launchpad.net/bugs/318448
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
[Hauppauge WinTV HVR-900/Hybrid][em28xx]Missing device files (/dev/dvb)
https://bugs.launchpad.net/bugs/318448
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


Re: [Bug 318448] Re: [Hauppauge WinTV HVR-900/Hybrid][em28xx]Missing device files (/dev/dvb)

2010-06-16 Thread Amitai Bar
Go to this link and install the deb
http://jiemeb.free.fr/pinnacle/
This deb does not replace the em28xx.ko
it copied it to the kernel_dir/empia directory. You need to manually replace
the em28xx.ko that came with the kernel.
Restart and you will have dvb.
I just think we need to add this to the ubuntu dist or make sure this guy
code will be avaliable for everyone

-- 
[Hauppauge WinTV HVR-900/Hybrid][em28xx]Missing device files (/dev/dvb)
https://bugs.launchpad.net/bugs/318448
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 554449] Re: adobe-flashplugin is virtual error when installing flash from Adobe site.

2010-05-01 Thread Omer Bar-or
I had the same issue and Elly's link worked for me. Thanks!

-- 
adobe-flashplugin is virtual error when installing flash from Adobe site.
https://bugs.launchpad.net/bugs/554449
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


Re: [Bug 489353] Re: em28xx-new should be added to repository

2010-04-24 Thread Amitai Bar
Yes it is still an issue.
There is a driver for em28xx which now does not work at all.

On Fri, Apr 23, 2010 at 5:57 PM, Jeremy Foshee
jeremy.fos...@canonical.comwrote:

 Hi Amitai,

 This bug was reported a while ago and there hasn't been any activity in it
 recently. We were wondering if this is still an issue? Can you try with the
 latest development release of Ubuntu?  ISO CD images are available from
 http://cdimage.ubuntu.com/releases/ .

 If it remains an issue, could you run the following command from a Terminal
 (Applications-Accessories-Terminal).  It will automatically gather and
 attach updated debug information to this report.

 apport-collect -p linux 489353

 Also, if you could test the latest upstream kernel available that would be
 great.  It will allow additional upstream developers to examine the issue.
  Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .  Once you've
 tested the upstream kernel, please remove the 'needs-upstream-testing' tag.
  This can be done by clicking on the yellow pencil icon next to the tag
 located at the bottom of the bug description and deleting the
 'needs-upstream-testing' text.  Please let us know your results.

 Thanks in advance.

[This is an automated message.  Apologies if it has reached you
 inappropriately; please just reply to this message indicating so.]


 ** Tags added: needs-kernel-logs

 ** Tags added: needs-upstream-testing

 ** Tags added: kj-triage

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

 --
 em28xx-new should be added to repository
 https://bugs.launchpad.net/bugs/489353
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
em28xx-new should be added to repository
https://bugs.launchpad.net/bugs/489353
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


  1   2   >