[Bug 2060034] Re: /usr/bin/ld: error: /lib/x86_64-linux-gnu/libkeyutils.so.1: file too short

2024-04-02 Thread Vitor Luis
** Description changed:

  Trying to compile weechat from source:
- 
+ 
  root@voltron ~/weechat/build # cmake .. -DCMAKE_BUILD_TYPE=Debug
  -- Checking for one of the modules 'php8;php7'
  -- Configuring done
  -- Generating done
  -- Build files have been written to: /root/weechat/build
  
  
  
  root@voltron ~/weechat/build # make -j7
  Consolidate compiler generated dependencies of target buflist
  Consolidate compiler generated dependencies of target weechat_plugins_scripts
  Consolidate compiler generated dependencies of target alias
  Consolidate compiler generated dependencies of target weechat_plugins
  Consolidate compiler generated dependencies of target charset
  File config-git.h is up-to-date (git version: "v4.2.0-194-gf3f9dc388")
  [  4%] Built target translations
  [  4%] Built target version_git
  Consolidate compiler generated dependencies of target exec
  Consolidate compiler generated dependencies of target fifo
  [  5%] Built target weechat_plugins_scripts
  [  7%] Built target weechat_plugins
  [  9%] Built target exec
  [ 11%] Built target alias
  [ 13%] Built target buflist
  Consolidate compiler generated dependencies of target logger
  Consolidate compiler generated dependencies of target fset
  Consolidate compiler generated dependencies of target irc
  Consolidate compiler generated dependencies of target script
  Consolidate compiler generated dependencies of target relay
  [ 16%] Built target logger
  Consolidate compiler generated dependencies of target perl
  [ 17%] Built target perl
  Consolidate compiler generated dependencies of target python
  [ 18%] Built target python
  Consolidate compiler generated dependencies of target ruby
  [ 22%] Built target script
  [ 24%] Built target ruby
  [ 37%] Built target irc
  [ 42%] Built target relay
  Consolidate compiler generated dependencies of target tcl
  Consolidate compiler generated dependencies of target lua
  [ 43%] Built target charset
  Consolidate compiler generated dependencies of target guile
  Consolidate compiler generated dependencies of target php
  Consolidate compiler generated dependencies of target spell
  [ 45%] Built target tcl
  [ 45%] Built target lua
  [ 46%] Built target guile
  Consolidate compiler generated dependencies of target trigger
  Consolidate compiler generated dependencies of target typing
  Consolidate compiler generated dependencies of target xfer
  [ 49%] Built target spell
  [ 50%] Built target php
  [ 51%] Built target typing
  [ 54%] Built target trigger
  Consolidate compiler generated dependencies of target 
weechat_gui_curses_normal
  Consolidate compiler generated dependencies of target weechat_gui_common
  Consolidate compiler generated dependencies of target weechat_gui_headless
  Consolidate compiler generated dependencies of target weechat_ncurses_fake
  [ 60%] Built target xfer
  [ 60%] Built target weechat_ncurses_fake
  [ 63%] Built target fset
  [ 65%] Built target fifo
  [ 68%] Built target weechat_gui_headless
  [ 71%] Built target weechat_gui_curses_normal
  [ 80%] Built target weechat_gui_common
  Consolidate compiler generated dependencies of target weechat_core
  [ 98%] Built target weechat_core
  Consolidate compiler generated dependencies of target weechat
  Consolidate compiler generated dependencies of target weechat-headless
  [100%] Linking C executable weechat
  [100%] Linking C executable weechat-headless
  /usr/bin/ld: error: /lib/x86_64-linux-gnu/libkeyutils.so.1: file too short
  collect2: error: ld returned 1 exit status
  make[2]: *** 
[src/gui/curses/headless/CMakeFiles/weechat-headless.dir/build.make:109: 
src/gui/curses/headless/weechat-headless] Error 1
  make[1]: *** [CMakeFiles/Makefile2:1952: 
src/gui/curses/headless/CMakeFiles/weechat-headless.dir/all] Error 2
  make[1]: *** Waiting for unfinished jobs
  /usr/bin/ld: error: /lib/x86_64-linux-gnu/libkeyutils.so.1: file too short
  collect2: error: ld returned 1 exit status
  make[2]: *** [src/gui/curses/normal/CMakeFiles/weechat.dir/build.make:108: 
src/gui/curses/normal/weechat] Error 1
  make[1]: *** [CMakeFiles/Makefile2:1870: 
src/gui/curses/normal/CMakeFiles/weechat.dir/all] Error 2
  make: *** [Makefile:146: all] Error 2
- 
+ 
  
  
  Reinstalling libkeyutils1 with `apt install --reinstall libkeyutils1`:
  
- root@voltron ~ # apt install --reinstall libkeyutils1 
+ root@voltron ~ # apt install --reinstall libkeyutils1
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 1 not upgraded.
  Need to get 10.4 kB of archives.
  After this operation, 0 B of additional disk space will be used.
  Get:1 http://mirror.hetzner.com/ubuntu/packages jammy/main amd64 libkeyutils1 
amd64 1.6.1-2ubuntu3 [10.4 kB]
- Fetched 10.4 kB in 0s (129 kB/s)
+ Fetched 10.4 kB in 0s (129 kB/s)
  (Reading database ... 209307 files and 

[Bug 2060034] [NEW] /usr/bin/ld: error: /lib/x86_64-linux-gnu/libkeyutils.so.1: file too short

2024-04-02 Thread Vitor Luis
Public bug reported:

Trying to compile weechat from source:

root@voltron ~/weechat/build # cmake .. -DCMAKE_BUILD_TYPE=Debug
-- Checking for one of the modules 'php8;php7'
-- Configuring done
-- Generating done
-- Build files have been written to: /root/weechat/build



root@voltron ~/weechat/build # make -j7
Consolidate compiler generated dependencies of target buflist
Consolidate compiler generated dependencies of target weechat_plugins_scripts
Consolidate compiler generated dependencies of target alias
Consolidate compiler generated dependencies of target weechat_plugins
Consolidate compiler generated dependencies of target charset
File config-git.h is up-to-date (git version: "v4.2.0-194-gf3f9dc388")
[  4%] Built target translations
[  4%] Built target version_git
Consolidate compiler generated dependencies of target exec
Consolidate compiler generated dependencies of target fifo
[  5%] Built target weechat_plugins_scripts
[  7%] Built target weechat_plugins
[  9%] Built target exec
[ 11%] Built target alias
[ 13%] Built target buflist
Consolidate compiler generated dependencies of target logger
Consolidate compiler generated dependencies of target fset
Consolidate compiler generated dependencies of target irc
Consolidate compiler generated dependencies of target script
Consolidate compiler generated dependencies of target relay
[ 16%] Built target logger
Consolidate compiler generated dependencies of target perl
[ 17%] Built target perl
Consolidate compiler generated dependencies of target python
[ 18%] Built target python
Consolidate compiler generated dependencies of target ruby
[ 22%] Built target script
[ 24%] Built target ruby
[ 37%] Built target irc
[ 42%] Built target relay
Consolidate compiler generated dependencies of target tcl
Consolidate compiler generated dependencies of target lua
[ 43%] Built target charset
Consolidate compiler generated dependencies of target guile
Consolidate compiler generated dependencies of target php
Consolidate compiler generated dependencies of target spell
[ 45%] Built target tcl
[ 45%] Built target lua
[ 46%] Built target guile
Consolidate compiler generated dependencies of target trigger
Consolidate compiler generated dependencies of target typing
Consolidate compiler generated dependencies of target xfer
[ 49%] Built target spell
[ 50%] Built target php
[ 51%] Built target typing
[ 54%] Built target trigger
Consolidate compiler generated dependencies of target weechat_gui_curses_normal
Consolidate compiler generated dependencies of target weechat_gui_common
Consolidate compiler generated dependencies of target weechat_gui_headless
Consolidate compiler generated dependencies of target weechat_ncurses_fake
[ 60%] Built target xfer
[ 60%] Built target weechat_ncurses_fake
[ 63%] Built target fset
[ 65%] Built target fifo
[ 68%] Built target weechat_gui_headless
[ 71%] Built target weechat_gui_curses_normal
[ 80%] Built target weechat_gui_common
Consolidate compiler generated dependencies of target weechat_core
[ 98%] Built target weechat_core
Consolidate compiler generated dependencies of target weechat
Consolidate compiler generated dependencies of target weechat-headless
[100%] Linking C executable weechat
[100%] Linking C executable weechat-headless
/usr/bin/ld: error: /lib/x86_64-linux-gnu/libkeyutils.so.1: file too short
collect2: error: ld returned 1 exit status
make[2]: *** 
[src/gui/curses/headless/CMakeFiles/weechat-headless.dir/build.make:109: 
src/gui/curses/headless/weechat-headless] Error 1
make[1]: *** [CMakeFiles/Makefile2:1952: 
src/gui/curses/headless/CMakeFiles/weechat-headless.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs
/usr/bin/ld: error: /lib/x86_64-linux-gnu/libkeyutils.so.1: file too short
collect2: error: ld returned 1 exit status
make[2]: *** [src/gui/curses/normal/CMakeFiles/weechat.dir/build.make:108: 
src/gui/curses/normal/weechat] Error 1
make[1]: *** [CMakeFiles/Makefile2:1870: 
src/gui/curses/normal/CMakeFiles/weechat.dir/all] Error 2
make: *** [Makefile:146: all] Error 2

##

Reinstalling libkeyutils1 with `apt install --reinstall libkeyutils1`:

root@voltron ~ # apt install --reinstall libkeyutils1
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 1 not upgraded.
Need to get 10.4 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://mirror.hetzner.com/ubuntu/packages jammy/main amd64 libkeyutils1 
amd64 1.6.1-2ubuntu3 [10.4 kB]
Fetched 10.4 kB in 0s (129 kB/s)
(Reading database ... 209307 files and directories currently installed.)
Preparing to unpack .../libkeyutils1_1.6.1-2ubuntu3_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.6.1-2ubuntu3) over (1.6.1-2ubuntu3) ...
dpkg: warning: symbolic link '/lib/x86_64-linux-gnu/libkeyutils.so.1' size 

[Bug 1958267] Re: "Connection failed" for WPA Enterprise network (e.g. eduroam)

2022-05-11 Thread Vitor Martins
Comment #51 fixed all my problems.
unsafe legacy renegotiation disabled & SSL_connect error:0A0C0103:SSL 
routines::internal error

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

Title:
  "Connection failed" for WPA Enterprise network (e.g. eduroam)

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


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

[Bug 1958267] Re: "Connection failed" for WPA Enterprise network (e.g. eduroam)

2022-04-29 Thread Vitor Martins
Also tried seclevel=0 and go no success.

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

Title:
  "Connection failed" for WPA Enterprise network (e.g. eduroam)

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


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

[Bug 1958267] Re: "Connection failed" for WPA Enterprise network (e.g. eduroam)

2022-04-28 Thread Vitor Martins
I tried also #22 + #36 + reboot, still having "0A0C0103:SSL
routines::internal error"

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

Title:
  "Connection failed" for WPA Enterprise network (e.g. eduroam)

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


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

[Bug 1958267] Re: "Connection failed" for WPA Enterprise network (e.g. eduroam)

2022-04-27 Thread Vitor Martins
Can someone explain how to fix "0A0C0103:SSL routines::internal error" ?

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

Title:
  "Connection failed" for WPA Enterprise network (e.g. eduroam)

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


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

[Bug 1940992] [NEW] package virtualbox-ext-pack 6.1.22-1~ubuntu1.20.04.1 failed to install/upgrade: o subprocesso do pacote virtualbox-ext-pack, novo script pre-installation retornou erro do status de

2021-08-24 Thread Caio Vitor de Moraes Goulart
Public bug reported:

I don't know the app stopped out of nowhere

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: virtualbox-ext-pack 6.1.22-1~ubuntu1.20.04.1
ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-27-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
Date: Mon Aug 23 01:27:29 2021
ErrorMessage: o subprocesso do pacote virtualbox-ext-pack, novo script 
pre-installation retornou erro do status de saída 1
InstallationDate: Installed on 2021-08-15 (9 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
PackageArchitecture: all
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: virtualbox-ext-pack
Title: package virtualbox-ext-pack 6.1.22-1~ubuntu1.20.04.1 failed to 
install/upgrade: o subprocesso do pacote virtualbox-ext-pack, novo script 
pre-installation retornou erro do status de saída 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: virtualbox-ext-pack (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package virtualbox-ext-pack 6.1.22-1~ubuntu1.20.04.1 failed to
  install/upgrade: o subprocesso do pacote virtualbox-ext-pack, novo
  script pre-installation retornou erro do status de saída 1

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


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

[Bug 1927063] Re: Terminal prompt got strangely replicated when resizing terminal horizontally

2021-05-04 Thread Fernando Vitor Ventilari Neder
I can confirm this. I'm using Ubuntu 20.04.2 LTS and GNOME Terminal has
the same issue.

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

Title:
  Terminal prompt got strangely replicated when resizing terminal
  horizontally

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

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

[Bug 1738838] Re: Bluetooth icon shows "Off" and the only option given below it is "Turn Off"

2021-01-18 Thread José Vitor Andrade
It is 2021, Ubuntu 20.04 LTS on a Dell Inspiron 15R 5537 with Intel
Wireless-AC 7260HMW card installed.

Rfkill output:
ID TYPE  DEVICE SOFT  HARD
 0 wlan  dell-rbtn unblocked unblocked
 2 wlan  phy0  unblocked unblocked
 5 bluetooth hci0  unblocked unblocked

And lspci:
00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated 
Graphics Controller (rev 09)
00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 09)
00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4)
00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4)
00:1c.4 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 5 (rev e4)
00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI 
mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL810xE PCI 
Express Fast Ethernet controller (rev 07)
02:00.0 Network controller: Intel Corporation Wireless 7260 (rev 73)

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

Title:
  Bluetooth icon shows "Off" and the only option given below it is "Turn
  Off"

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

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

[Bug 1872268] Re: Gnome Shell completely freezes in Ubuntu 20.04 when clicking outside of app icon folders (when ubuntu-dock is loaded)

2020-09-26 Thread Vitor Ferreira Guimarães
This bug also happens to me. My resolution is 1366 x 768 and is working
again after disabling the Ubuntu dock in the extensions app.

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

Title:
  Gnome Shell completely freezes in Ubuntu 20.04 when clicking outside
  of app icon folders (when ubuntu-dock is loaded)

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

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

[Bug 1896708] [NEW] [Infoway, Realtek ALC268, Speaker, Internal] No sound at all

2020-09-22 Thread Vitor Vecchi de Oliveira
Public bug reported:

Welcome to Linux Lite 4.8 vec
 
terça 22 setembro 2020, 23:24:41
Memory Usage: 1949/2992MB (65.14%)
Disk Usage: 19/22GB (91%)
Support - https://www.linuxliteos.com/forums/ (Right click, Open Link)
 
 vec  ~  pacmd
Welcome to PulseAudio 11.1! Use "help" for usage information.
>>> list-sinks
1 sink(s) available.
  * index: 0
name: 
driver: 
flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY 
DYNAMIC_LATENCY
state: RUNNING
suspend cause: 
priority: 9039
volume: front-left: 58327 /  89% / -3,04 dB,   front-right: 58327 /  
89% / -3,04 dB
balance 0,00
base volume: 65536 / 100% / 0,00 dB
volume steps: 65537
muted: no
current latency: 18,42 ms
max request: 3 KiB
max rewind: 64 KiB
monitor source: 0
sample spec: s16le 2ch 44100Hz
channel map: front-left,front-right
 Estéreo
used by: 1
linked by: 13
configured latency: 18,75 ms; range is 0,50 .. 371,52 ms
card: 0 
module: 6
properties:
alsa.resolution_bits = "16"
device.api = "alsa"
device.class = "sound"
alsa.class = "generic"
alsa.subclass = "generic-mix"
alsa.name = "ALC268 Analog"
alsa.id = "ALC268 Analog"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.device = "0"
alsa.card = "0"
alsa.card_name = "HDA Intel"
alsa.long_card_name = "HDA Intel at 0xf450 irq 28"
alsa.driver_name = "snd_hda_intel"
device.bus_path = "pci-:00:1b.0"
sysfs.path = "/devices/pci:00/:00:1b.0/sound/card0"
device.bus = "pci"
device.vendor.id = "8086"
device.vendor.name = "Intel Corporation"
device.product.id = "284b"
device.product.name = "82801H (ICH8 Family) HD Audio Controller"
device.form_factor = "internal"
device.string = "front:0"
device.buffering.buffer_size = "65536"
device.buffering.fragment_size = "32768"
device.access_mode = "mmap+timer"
device.profile.name = "analog-stereo"
device.profile.description = "Estéreo analógico"
device.description = "Áudio interno Estéreo analógico"
alsa.mixer_name = "Realtek ALC268"
alsa.components = "HDA:10ec0268,2f111509,0013 
HDA:14f12bfa,14f10001,0009"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
ports:
analog-output-speaker: Alto-falantes (priority 1, latency 
offset 0 usec, available: unknown)
properties:
device.icon_name = "audio-speakers"
analog-output-headphones: Fones de ouvidos (priority 9000, 
latency offset 0 usec, available: no)
properties:
device.icon_name = "audio-headphones"
active port: 
>>> 


Welcome to Linux Lite 4.8 vec
 
terça 22 setembro 2020, 23:25:29
Memory Usage: 1981/2992MB (66.21%)
Disk Usage: 19/22GB (91%)
Support - https://www.linuxliteos.com/forums/ (Right click, Open Link)
 
 vec  ~  sudo aplay -l
[sudo] senha para vec: 
 Lista de Dispositivos PLAYBACK Hardware 
placa 0: Intel [HDA Intel], dispositivo 0: ALC268 Analog [ALC268 Analog]
  Dispositivo secundário: 0/1
  Dispositivo secundário #0: subdevice #0
placa 0: Intel [HDA Intel], dispositivo 1: ALC268 Digital [ALC268 Digital]
  Dispositivo secundário: 1/1
  Dispositivo secundário #0: subdevice #0
 vec  ~  


Welcome to Linux Lite 4.8 vec
 
terça 22 setembro 2020, 23:26:41
Memory Usage: 1990/2992MB (66.51%)
Disk Usage: 19/22GB (91%)
Support - https://www.linuxliteos.com/forums/ (Right click, Open Link)
 
 vec  ~  find /lib/modules/`uname -r` | grep snd
/lib/modules/4.15.0-76-generic/kernel/sound/isa/sb/snd-sb-common.ko
/lib/modules/4.15.0-76-generic/kernel/sound/hda/ext/snd-hda-ext-core.ko
/lib/modules/4.15.0-76-generic/kernel/sound/hda/snd-hda-core.ko
/lib/modules/4.15.0-76-generic/kernel/sound/i2c/snd-i2c.ko
/lib/modules/4.15.0-76-generic/kernel/sound/i2c/other/snd-ak4117.ko
/lib/modules/4.15.0-76-generic/kernel/sound/i2c/other/snd-ak4xxx-adda.ko
/lib/modules/4.15.0-76-generic/kernel/sound/i2c/other/snd-ak4113.ko
/lib/modules/4.15.0-76-generic/kernel/sound/i2c/other/snd-ak4114.ko
/lib/modules/4.15.0-76-generic/kernel/sound/i2c/other/snd-pt2258.ko
/lib/modules/4.15.0-76-generic/kernel/sound/i2c/snd-cs8427.ko
/lib/modules/4.15.0-76-generic/kernel/sound/soc/snd-soc-core.ko
/lib/modules/4.15.0-76-generic/kernel/sound/soc/generic/snd-soc-simple-card-utils.ko

[Bug 1868273] Re: geary don't start

2020-03-30 Thread Vitor Nogueira
*** This bug is a duplicate of bug 1868152 ***
https://bugs.launchpad.net/bugs/1868152

The new version (3.36.1-1), without this the bug.

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

Title:
  geary don't start

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

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

[Bug 1855304] [NEW] Device(m2 ssd) remounts in readonly (sometimes with data corruption) mode only in battery mode

2019-12-05 Thread Vitor Boschi
Public bug reported:

I have a brand new Dell Laptop with an Adata SSD. I've installed Ubuntu 18.04 
and it seemed to work fine, but then I noticed that the root filesystem got 
corrupted more than once while in normal use.
Upon investigation, I've found that this seems to happen only when working on 
battery (that's why I took a while to notice the problem). When on AC, 
everything seems to be fine.

I've tried booting with a newer and an older kernel to see if the
problem is solved. It looks like 4.15.0-72 has the same problem, while
5.4.2 (got this fromm mainline) works fine.

This is what appears on dmesg after unplugging AC while doing IO:

[ 9255.001789] ACPI Error: Thread 3916103680 cannot release Mutex [PATM] 
acquired by thread 130959116
8 (20181213/exmutex-382)
[ 9255.001796] No Local Variables are initialized for Method [_Q66]
[ 9255.001797] No Arguments are initialized for method [_Q66]
[ 9255.001798] ACPI Error: Method parse/execution failed 
\_SB.PCI0.LPCB.ECDV._Q66, AE_AML_NOT_OWNER (
20181213/psparse-531)
[ 9255.086788] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro,commit=600
[ 9269.895681] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 9270.201397] ata1: SATA link down (SStatus 4 SControl 300)
[ 9270.940318] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro,commit=0
[ 9331.341737] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[ 9345.125701] iwlwifi :00:14.3: Invalid rate->type 0

HW Info

System:Host: vitor-note Kernel: 5.0.0-37-generic x86_64 bits: 64
   Desktop: Gnome 3.28.4 Distro: Ubuntu 18.04.3 LTS
Machine:   Device: un-determined System: Dell product: Inspiron 5482 serial: N/A
   Mobo: Dell model: 0V8YD9 v: A02 serial: N/A
   UEFI: Dell v: 2.5.0 date: 07/29/2019
BatteryBAT0: charge: 40.6 Wh 100.0% condition: 40.6/42.0 Wh (97%)
CPU:   Quad core Intel Core i7-8565U (-MT-MCP-) cache: 8192 KB
   clock speeds: max: 4600 MHz 1: 740 MHz 2: 944 MHz 3: 955 MHz
   4: 1018 MHz 5: 1019 MHz 6: 959 MHz 7: 681 MHz 8: 1033 MHz
Graphics:  Card-1: Intel Device 3ea0
   Card-2: NVIDIA GM108M [GeForce MX130]
   Display Server: x11 (X.Org 1.20.4 )
   drivers: modesetting,nvidia (unloaded: fbdev,vesa,nouveau)
   Resolution: 1920x1080@60.05hz
   OpenGL: renderer: GeForce MX130/PCIe/SSE2
   version: 4.6.0 NVIDIA 435.21
Audio: Card Intel Device 9dc8 driver: snd_hda_intel
   Sound: Advanced Linux Sound Architecture v: k5.0.0-37-generic
Network:   Card: Intel Device 9df0 driver: iwlwifi
   IF: wlo1 state: up speed: N/A duplex: N/A mac: 04:ed:33:50:12:b6
Drives:HDD Total Size: 256.1GB (10.7% used)
   ID-1: /dev/sda model: ADATA_SU810NS38 size: 256.1GB
Partition: ID-1: / size: 234G used: 26G (12%) fs: ext4 dev: /dev/sda2
RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 60.0C mobo: N/A gpu: 48C
   Fan Speeds (in rpm): cpu: 3448
Info:  Processes: 324 Uptime: 30 min Memory: 1595.7/7656.7MB
   Client: Shell (zsh) inxi: 2.3.56 

Please let me know if you need any more information/testing

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-5.0.0-37-generic 5.0.0-37.40~18.04.1
ProcVersionSignature: Ubuntu 5.0.0-37.40~18.04.1-generic 5.0.21
Uname: Linux 5.0.0-37-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Thu Dec  5 13:05:09 2019
InstallationDate: Installed on 2019-11-28 (6 days ago)
InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
SourcePackage: linux-signed-hwe
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  Device(m2 ssd) remounts in readonly  (sometimes with data corruption)
  mode only in battery mode

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

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

Re: [Bug 1835257] Re: update tzdata package to 2019b

2019-07-04 Thread Luiz Vitor Martinez Cardoso
>
> Card not found.
> This card may be on a private board. If someone gave you this link, they
> may need to invite you to one of their boards or teams.


On Thu, Jul 4, 2019 at 12:26 PM Dimitri John Ledkov 
wrote:

> https://trello.com/c/CVhZRo2o
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1835257
>
> Title:
>   update tzdata package to 2019b
>
> Status in tzdata package in Ubuntu:
>   New
>
> Bug description:
>   Update tzdata package to 2019b.
>
>   https://mm.icann.org/pipermail/tz-announce/2019-July/56.html
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/tzdata/+bug/1835257/+subscriptions
>


-- 
*Luiz Vitor Martinez Cardoso*

CEO & Founder at geeksys.com.br
+55 (11) 97351-7097 | Skype: grabberbr

*"If you wanna be successful, you need total dedication, go for your last
limit, give your best and love your love infinitely!"*

*"The only limits are the ones you place upon yourself"*

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

Title:
  update tzdata package to 2019b

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

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

[Bug 1835257] Re: update tzdata package to 2019b

2019-07-03 Thread Luiz Vitor Martinez Cardoso
Brazil will become a critical in November this year due DST change.

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

Title:
  update tzdata package to 2019b

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

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

[Bug 1835257] [NEW] update tzdata package to 2019b

2019-07-03 Thread Luiz Vitor Martinez Cardoso
Public bug reported:

Update tzdata package to 2019b.

https://mm.icann.org/pipermail/tz-announce/2019-July/56.html

** Affects: tzdata (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/1835257

Title:
  update tzdata package to 2019b

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

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

[Bug 1826926] [NEW] Wallpaper bug

2019-04-29 Thread João Vitor Abadio Siqueira
Public bug reported:

When I close my notebook and open it subsequently the wallpaper appears
"bugged".

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: xorg 1:7.7+19ubuntu12
ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6
Uname: Linux 5.0.0-13-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] É um diretório: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  418.56  Fri Mar 15 12:59:26 
CDT 2019
 GCC version:  gcc version 8.3.0 (Ubuntu 8.3.0-6ubuntu1)
ApportVersion: 2.20.10-0ubuntu27
Architecture: amd64
BootLog: Error: [Errno 13] Permissão negada: '/var/log/boot.log'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Mon Apr 29 15:34:24 2019
DistUpgraded: 2019-04-19 16:19:48,671 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Falha ao executar processo filho 
“./xorg_fix_proprietary.py” (Arquivo ou diretório inexistente) (8))
DistroCodename: disco
DistroVariant: ubuntu
DkmsStatus: nvidia, 418.56, 5.0.0-13-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation HD Graphics 620 [8086:5916] (rev 02) (prog-if 00 [VGA 
controller])
   Subsystem: Acer Incorporated [ALI] HD Graphics 620 [1025:1193]
   Subsystem: Acer Incorporated [ALI] GM108M [GeForce 940MX] [1025:119a]
InstallationDate: Installed on 2018-12-30 (120 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 0408:a060 Quanta Computer, Inc. 
 Bus 001 Device 002: ID 04ca:3015 Lite-On Technology Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Acer Aspire A515-51G
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-13-generic 
root=UUID=868f2a9b-7478-443e-a534-5d2779a0cf68 ro quiet splash vt.handoff=1
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to disco on 2019-04-19 (9 days ago)
dmi.bios.date: 01/08/2018
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V1.15
dmi.board.asset.tag: Type2 - Board Serial Number
dmi.board.name: Charmander_KL
dmi.board.vendor: KBL
dmi.board.version: V1.15
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.15
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.15:bd01/08/2018:svnAcer:pnAspireA515-51G:pvrV1.15:rvnKBL:rnCharmander_KL:rvrV1.15:cvnAcer:ct10:cvrV1.15:
dmi.product.family: Aspire 5
dmi.product.name: Aspire A515-51G
dmi.product.sku: 
dmi.product.version: V1.15
dmi.sys.vendor: Acer
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.97-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 19.0.2-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 19.0.2-1ubuntu1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.4-1ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20180925-2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug disco ubuntu

** Attachment added: "My original wallpaper is 80s disco dingo from ubuntu 
19.04"
   
https://bugs.launchpad.net/bugs/1826926/+attachment/5260028/+files/Captura%20de%20tela%20de%202019-04-29%2015-27-33.png

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

Title:
  Wallpaper bug

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

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

[Bug 1800302] [NEW] package console-setup-linux 1.108ubuntu15.4 failed to install/upgrade: problemas de dependência - deixando desconfigurado

2018-10-27 Thread Vitor da Conceição Diogo
Public bug reported:

I don`t now

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: console-setup-linux 1.108ubuntu15.4
ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-32-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
Date: Sat Oct 27 09:45:46 2018
ErrorMessage: problemas de dependência - deixando desconfigurado
InstallationDate: Installed on 2017-03-30 (575 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.4
 apt  1.2.27
SourcePackage: console-setup
Title: package console-setup-linux 1.108ubuntu15.4 failed to install/upgrade: 
problemas de dependência - deixando desconfigurado
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: console-setup (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package console-setup-linux 1.108ubuntu15.4 failed to install/upgrade:
  problemas de dependência - deixando desconfigurado

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1800302/+subscriptions

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

[Bug 1800303] [NEW] package console-setup-linux 1.108ubuntu15.4 failed to install/upgrade: problemas de dependência - deixando desconfigurado

2018-10-27 Thread Vitor da Conceição Diogo
Public bug reported:

I don`t now

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: console-setup-linux 1.108ubuntu15.4
ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-32-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
Date: Sat Oct 27 09:45:46 2018
ErrorMessage: problemas de dependência - deixando desconfigurado
InstallationDate: Installed on 2017-03-30 (575 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.4
 apt  1.2.27
SourcePackage: console-setup
Title: package console-setup-linux 1.108ubuntu15.4 failed to install/upgrade: 
problemas de dependência - deixando desconfigurado
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: console-setup (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package console-setup-linux 1.108ubuntu15.4 failed to install/upgrade:
  problemas de dependência - deixando desconfigurado

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1800303/+subscriptions

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

[Bug 1796529] [NEW] Couldn't install on virtual machine

2018-10-06 Thread José Vitor Barbosa Gonçalves
Public bug reported:

Just some warnings appeared and for some reason the installation didn't
work, gonna uninstall the VM and try all over again

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.6
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CasperVersion: 1.394
CurrentDesktop: ubuntu:GNOME
Date: Sun Oct  7 01:32:47 2018
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  Couldn't install on virtual machine

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

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

[Bug 1752772] Re: r8169 ethernet card don't work after returning from suspension

2018-07-22 Thread Vitor
I have the same problem.

tried

modprobe -r r8169
modprobe -i r8169

does not help.

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

Title:
  r8169 ethernet card don't work after returning from suspension

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

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

[Bug 1771231] [NEW] package gmic 1.7.9+zart-4build3 failed to install/upgrade: a tentar sobre-escrever '/usr/bin/zart', que também está no pacote gmic-zart 1.7.9+zart-4build3

2018-05-14 Thread Paulo Vitor
Public bug reported:

não sei

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: gmic 1.7.9+zart-4build3
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
AptOrdering:
 gmic:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Mon May 14 21:18:54 2018
DpkgTerminalLog:
 A preparar para desempacotar .../gmic_ubuntu_bionic_amd64.deb ...
 A descompactar gmic (2.2.3) sobre (1.7.9+zart-4build3) ...
 dpkg: erro ao processar o arquivo 
/home/paulo/Downloads/gmic_ubuntu_bionic_amd64.deb (--unpack):
  a tentar sobre-escrever '/usr/bin/zart', que também está no pacote gmic-zart 
1.7.9+zart-4build3
ErrorMessage: a tentar sobre-escrever '/usr/bin/zart', que também está no 
pacote gmic-zart 1.7.9+zart-4build3
InstallationDate: Installed on 2018-05-06 (8 days ago)
InstallationMedia: Ubuntu-Budgie 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.1
SourcePackage: gmic
Title: package gmic 1.7.9+zart-4build3 failed to install/upgrade: a tentar 
sobre-escrever '/usr/bin/zart', que também está no pacote gmic-zart 
1.7.9+zart-4build3
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package bionic

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

Title:
  package gmic 1.7.9+zart-4build3 failed to install/upgrade: a tentar
  sobre-escrever '/usr/bin/zart', que também está no pacote gmic-zart
  1.7.9+zart-4build3

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

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

[Bug 1769828] [NEW] package i8kutils 1.41 failed to install/upgrade: subprocesso script post-installation instalado retornou erro do status de saída 1

2018-05-08 Thread Vitor Cabeco
Public bug reported:

victor@victor-desktop:~$ sudo apt-get install i8kutils
A ler as listas de pacotes... Pronto
A construir árvore de dependências   
A ler a informação de estado... Pronto
O seguinte pacote foi instalado automaticamente e já não é necessário:
  libqpdf17
Utilize 'sudo apt autoremove' para o remover.
The following additional packages will be installed:
  acpi tclx8.4
Pacotes sugeridos:
  tclx8.4-doc
Serão instalados os seguintes NOVOS pacotes:
  acpi i8kutils tclx8.4
0 pacotes actualizados, 3 pacotes novos instalados, 0 a remover e 0 não 
actualizados.
É necessário obter 121 kB de arquivos.
Após esta operação, serão utilizados 437 kB adicionais de espaço em disco.
Deseja continuar? [S/n] s
Obter:1 http://pt.archive.ubuntu.com/ubuntu xenial/universe amd64 acpi amd64 
1.7-1 [13,8 kB]
Obter:2 http://pt.archive.ubuntu.com/ubuntu xenial/universe amd64 tclx8.4 amd64 
8.4.1-1 [81,1 kB]
Obter:3 http://pt.archive.ubuntu.com/ubuntu xenial/universe amd64 i8kutils 
amd64 1.41 [25,9 kB]
Obtidos 121 kB em 0s (564 kB/s)   
A seleccionar pacote anteriormente não seleccionado acpi.
(A ler a base de dados ... 192018 ficheiros e directórios actualmente 
instalados.)
A preparar para desempacotar .../archives/acpi_1.7-1_amd64.deb ...
A descompactar acpi (1.7-1) ...
A seleccionar pacote anteriormente não seleccionado tclx8.4.
A preparar para desempacotar .../tclx8.4_8.4.1-1_amd64.deb ...
A descompactar tclx8.4 (8.4.1-1) ...
A seleccionar pacote anteriormente não seleccionado i8kutils.
A preparar para desempacotar .../i8kutils_1.41_amd64.deb ...
A descompactar i8kutils (1.41) ...
A processar 'triggers' para man-db (2.7.5-1) ...
A processar 'triggers' para systemd (229-4ubuntu21.2) ...
A processar 'triggers' para ureadahead (0.100.0-19) ...
A instalar acpi (1.7-1) ...
A instalar tclx8.4 (8.4.1-1) ...
A instalar i8kutils (1.41) ...
Job for i8kmon.service failed because the control process exited with error 
code. See "systemctl status i8kmon.service" and "journalctl -xe" for details.
invoke-rc.d: initscript i8kmon, action "start" failed.
● i8kmon.service - LSB: Dell fan/cpu-temperature monitor
   Loaded: loaded (/etc/init.d/i8kmon; bad; vendor preset: enabled)
   Active: failed (Result: exit-code) since Ter 2018-05-08 07:33:01 WEST; 7ms 
ago
 Docs: man:systemd-sysv-generator(8)
  Process: 4845 ExecStart=/etc/init.d/i8kmon start (code=exited, 
status=1/FAILURE)

Mai 08 07:33:01 victor-desktop systemd[1]: Starting LSB: Dell fan/cpu-temper
Mai 08 07:33:01 victor-desktop i8kmon[4845]:  * Starting Dell fan/cpu-temper...n
Mai 08 07:33:01 victor-desktop i8kmon[4845]:...fail!
Mai 08 07:33:01 victor-desktop systemd[1]: i8kmon.service: Control process e...1
Mai 08 07:33:01 victor-desktop systemd[1]: Failed to start LSB: Dell fan/cpu
Mai 08 07:33:01 victor-desktop systemd[1]: i8kmon.service: Unit entered fail
Mai 08 07:33:01 victor-desktop systemd[1]: i8kmon.service: Failed with resul
Hint: Some lines were ellipsized, use -l to show in full.
dpkg: erro ao processar o pacote i8kutils (--configure):
 subprocesso script post-installation instalado retornou erro do status de 
saída 1
A processar 'triggers' para libc-bin (2.23-0ubuntu10) ...
A processar 'triggers' para systemd (229-4ubuntu21.2) ...
A processar 'triggers' para ureadahead (0.100.0-19) ...
Foram encontrados erros enquanto processava:
 i8kutils
E: Sub-process /usr/bin/dpkg returned an error code (1)
victor@victor-desktop:~$ ^C
victor@victor-desktop:~$

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: i8kutils 1.41
ProcVersionSignature: Ubuntu 4.4.0-122.146-generic 4.4.117
Uname: Linux 4.4.0-122-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.16
Architecture: amd64
Date: Tue May  8 07:33:01 2018
ErrorMessage: subprocesso script post-installation instalado retornou erro do 
status de saída 1
InstallationDate: Installed on 2018-05-04 (3 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.4
 apt  1.2.26
SourcePackage: i8kutils
Title: package i8kutils 1.41 failed to install/upgrade: subprocesso script 
post-installation instalado retornou erro do status de saída 1
UpgradeStatus: Upgraded to xenial on 2018-05-04 (3 days ago)

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


** Tags: amd64 apport-package xenial

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

Title:
  package i8kutils 1.41 failed to install/upgrade: subprocesso script
  post-installation instalado retornou erro do status de saída 1

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

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

[Bug 1768872] [NEW] package gimp-plugin-registry (not installed) failed to install/upgrade: a tentar sobre-escrever '/usr/lib/gimp/2.0/plug-ins/wavelet-decompose', que também está no pacote gimp 2.10.

2018-05-03 Thread Paulo Vitor
Public bug reported:

não sei informar

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: gimp-plugin-registry (not installed)
ProcVersionSignature: Ubuntu 4.15.0-21.22-generic 4.15.17
Uname: Linux 4.15.0-21-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
AptOrdering:
 libgtkglext1:amd64: Install
 gimp-plugin-registry:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Tue May  1 11:12:10 2018
DpkgHistoryLog:
 Start-Date: 2018-05-01  11:11:43
 Commandline: apt-get install gimp-plugin-registry
 Requested-By: paulo (1000)
 Install: gimp-plugin-registry:amd64 (7.20140602ubuntu3), libgtkglext1:amd64 
(1.2.0-8, automatic)
ErrorMessage: a tentar sobre-escrever 
'/usr/lib/gimp/2.0/plug-ins/wavelet-decompose', que também está no pacote gimp 
2.10.0+om-1ubu18.04.1~ppa
InstallationDate: Installed on 2018-02-23 (68 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180221)
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.1
SourcePackage: gimp-plugin-registry
Title: package gimp-plugin-registry (not installed) failed to install/upgrade: 
a tentar sobre-escrever '/usr/lib/gimp/2.0/plug-ins/wavelet-decompose', que 
também está no pacote gimp 2.10.0+om-1ubu18.04.1~ppa
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gimp-plugin-registry (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic

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

Title:
  package gimp-plugin-registry (not installed) failed to
  install/upgrade: a tentar sobre-escrever '/usr/lib/gimp/2.0/plug-ins
  /wavelet-decompose', que também está no pacote gimp 2.10.0+om-
  1ubu18.04.1~ppa

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp-plugin-registry/+bug/1768872/+subscriptions

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

[Bug 1655584] Re: systemd-udevd busyloops when nvidia kernel module fails to load

2018-04-29 Thread João Vitor Sell
Affect me too

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

Title:
  systemd-udevd busyloops when nvidia kernel module fails to load

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

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

[Bug 1761593] Re: Uninstall left nouveau blacklisted

2018-04-06 Thread Vitor Luis
I've had exactly the same problem described above. Installed Nvidia drivers via 
via Additional Drivers and all was working fine.
After that I decided to remove the Nvidia drivers and rebooted the laptop. My 
screen resolution was set as 640x480, without any possibility of changing it.
Asking for help, on #ubuntu+1 @ Freenode, someone told me to check 
/etc/modprobe.d for a nvidia conf file. I've done that and it was there.
Deleting the file and rebooting the laptop solved the issue.

Exterminador

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

Title:
  Uninstall left nouveau blacklisted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1761593/+subscriptions

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

[Bug 1745081] Re: Add support for Realtek WiFi device [10ec:b822]

2018-04-03 Thread Vitor Gouveia
I did not mean to change to "Fix Released". Just trying to understand the UI.
Sorry.

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

Title:
   Add support for Realtek WiFi device [10ec:b822]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1745081/+subscriptions

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

[Bug 1745081] Re: Add support for Realtek WiFi device [10ec:b822]

2018-04-03 Thread Vitor Gouveia
** Changed in: linux-oem (Ubuntu Xenial)
   Status: Fix Committed => 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/1745081

Title:
   Add support for Realtek WiFi device [10ec:b822]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1745081/+subscriptions

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

[Bug 1758729] [NEW] package gimp-plugin-registry (not installed) failed to install/upgrade: a tentar sobre-escrever '/usr/lib/gimp/2.0/plug-ins/wavelet-decompose', que também está no pacote gimp 2.9.9

2018-03-25 Thread Paulo Vitor
Public bug reported:

na instalação

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: gimp-plugin-registry (not installed)
ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
Uname: Linux 4.15.0-13-generic x86_64
ApportVersion: 2.20.9-0ubuntu1
Architecture: amd64
Date: Sun Mar 25 16:02:12 2018
ErrorMessage: a tentar sobre-escrever 
'/usr/lib/gimp/2.0/plug-ins/wavelet-decompose', que também está no pacote gimp 
2.9.9~19-ubu18.04.6~ppa~f2c80e1
InstallationDate: Installed on 2018-02-23 (29 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180221)
Python3Details: /usr/bin/python3.6, Python 3.6.5rc1, python3-minimal, 3.6.4-1
PythonDetails: /usr/bin/python2.7, Python 2.7.14+, python-minimal, 2.7.14-4
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu1
 apt  1.6~beta1
SourcePackage: gimp-plugin-registry
Title: package gimp-plugin-registry (not installed) failed to install/upgrade: 
a tentar sobre-escrever '/usr/lib/gimp/2.0/plug-ins/wavelet-decompose', que 
também está no pacote gimp 2.9.9~19-ubu18.04.6~ppa~f2c80e1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gimp-plugin-registry (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic

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

Title:
  package gimp-plugin-registry (not installed) failed to
  install/upgrade: a tentar sobre-escrever '/usr/lib/gimp/2.0/plug-ins
  /wavelet-decompose', que também está no pacote gimp
  2.9.9~19-ubu18.04.6~ppa~f2c80e1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp-plugin-registry/+bug/1758729/+subscriptions

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

[Bug 1741323] [NEW] Error on Installing Ubuntu

2018-01-04 Thread Vitor Nunes
Public bug reported:

I was installing Ubuntu 17.10 to make a dual-boot with Windows 10. After
some minutes on Installing Ubuntu 17.10, the installer crashs showing
the error.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: ubiquity 17.10.10 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
ApportVersion: 2.20.7-0ubuntu3
Architecture: amd64
CasperVersion: 1.387
CurrentDesktop: ubuntu:GNOME
Date: Thu Jan  4 14:36:47 2018
LiveMediaBuild: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug artful

** Attachment added: "syslog"
   https://bugs.launchpad.net/bugs/1741323/+attachment/5031212/+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/1741323

Title:
  Error on Installing Ubuntu

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

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

[Bug 1701732] [NEW] package linux-image-4.8.0-58-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-06-30 Thread Vitor Bacelar de Paula Augusto
*** This bug is a duplicate of bug 1701310 ***
https://bugs.launchpad.net/bugs/1701310

Public bug reported:

i dont know

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-4.8.0-58-generic (not installed)
ProcVersionSignature: Ubuntu 4.8.0-56.61~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-56-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
Date: Fri Jun 30 01:11:46 2017
ErrorMessage: subprocess new pre-installation script returned error exit status 
128
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: linux-hwe
Title: package linux-image-4.8.0-58-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package linux-image-4.8.0-58-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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

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


[Bug 1264125] Re: kernel crash with "alx 0000:03:00.0 eth2: fatal interrupt 0x4019607, resetting"

2017-06-12 Thread Vitor Lamas Gatti
this bug is still present on Ubuntu 17.04.

Linux dragon 4.10.0-22-generic #24-Ubuntu SMP Mon May 22 17:43:20 UTC
2017 x86_64 x86_64 x86_64 GNU/Linux

kern.log:

May 31 18:58:29 dragon kernel: [ 335.940581] alx :08:00.0 enp8s0:
fatal interrupt 0x4001607, resetting

root@dragon:/var/log# lspci -vs 08:00
08:00.0 Ethernet controller: Qualcomm Atheros Killer E220x Gigabit Ethernet 
Controller (rev 10)
 Subsystem: Dell Killer E220x Gigabit Ethernet Controller
 Flags: bus master, fast devsel, latency 0, IRQ 18
 Memory at d240 (64-bit, non-prefetchable) [size=256K]
 I/O ports at 3000 [size=128]
 Capabilities: [40] Power Management version 3
 Capabilities: [58] Express Endpoint, MSI 00
 Capabilities: [c0] MSI: Enable- Count=1/16 Maskable+ 64bit+
 Capabilities: [d8] MSI-X: Enable+ Count=16 Masked-
 Capabilities: [100] Advanced Error Reporting
 Capabilities: [180] Device Serial Number ff-34-89-1a-ec-f4-bb-ff
 Kernel driver in use: alx
 Kernel modules: alx

There's already a patch to solve this problem, but it seems it was
ignored by Ubuntu kernel devs:

https://bugzilla.kernel.org/show_bug.cgi?id=70761

** Bug watch added: Linux Kernel Bug Tracker #70761
   https://bugzilla.kernel.org/show_bug.cgi?id=70761

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

Title:
  kernel crash with "alx :03:00.0 eth2: fatal interrupt 0x4019607,
  resetting"

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

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


[Bug 1469628] Re: alx module not working correctly

2017-06-12 Thread Vitor Lamas Gatti
this bug is still present on Ubuntu 17.04.


kern.log:

May 31 18:58:29 dragon kernel: [  335.940581] alx :08:00.0 enp8s0:
fatal interrupt 0x4001607, resetting

root@dragon:/var/log# lspci -vs 08:00
08:00.0 Ethernet controller: Qualcomm Atheros Killer E220x Gigabit Ethernet 
Controller (rev 10)
Subsystem: Dell Killer E220x Gigabit Ethernet Controller
Flags: bus master, fast devsel, latency 0, IRQ 18
Memory at d240 (64-bit, non-prefetchable) [size=256K]
I/O ports at 3000 [size=128]
Capabilities: [40] Power Management version 3
Capabilities: [58] Express Endpoint, MSI 00
Capabilities: [c0] MSI: Enable- Count=1/16 Maskable+ 64bit+
Capabilities: [d8] MSI-X: Enable+ Count=16 Masked-
Capabilities: [100] Advanced Error Reporting
Capabilities: [180] Device Serial Number ff-34-89-1a-ec-f4-bb-ff
Kernel driver in use: alx
Kernel modules: alx

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

Title:
  alx module not working correctly

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

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


[Bug 1637427] [NEW] Error when I try to install Ubuntu from USB Stick.

2016-10-28 Thread Vitor Nascimento dos Santos
Public bug reported:

Error in the first step of installation.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.2
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CasperVersion: 1.376
Date: Fri Oct 28 06:01:59 2016
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
ProcEnviron:
 LANGUAGE=pt_BR.UTF-8
 PATH=(custom, no user)
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.21.63.2 ubuntu xenial

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

Title:
  Error when I try to install Ubuntu from USB Stick.

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

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


[Bug 1633251] Re: Crashes when installing on Ubuntu 16.10

2016-10-26 Thread Vitor Gouveia
Sorry if I wasn't clear. 
The package I was talking about is 6.2u5-7.4 currently available in the 
repositories of Ubuntu 16.04. 
I cannot perform a clean installation of gridengine-client gridengine-master 
(8.1.9+dfsg-2 available) on Ubuntu 16.10 but I cannot perform a clean 
installation of the packages coming from the Ubuntu 16.04 (gridengine-client 
gridengine-master 6.2u5-7.4). 
I didn't try with debian but something is wrong with package or with 
dependencies. I'm trying to perform a clean installation.

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

Title:
  Crashes when installing on Ubuntu 16.10

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

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


[Bug 1633251] [NEW] Crashes when installing on Ubuntu 16.10

2016-10-13 Thread Vitor Gouveia
Public bug reported:

When I try to install gridengine-master on Ubuntu 16.10 I got the
following error:

$ sudo apt-get install gridengine-client gridengine-master
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following additional packages will be installed:
  db-util gridengine-common libhwloc-plugins libhwloc5
Suggested packages:
  gridengine-qmon libhwloc-contrib-plugins
The following NEW packages will be installed
  db-util gridengine-client gridengine-common gridengine-master 
libhwloc-plugins libhwloc5
0 to upgrade, 6 to newly install, 0 to remove and 0 not to upgrade.
Need to get 0 B/8,902 kB of archives.
After this operation, 51.2 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Preconfiguring packages ...
Selecting previously unselected package libhwloc5:amd64.
(Reading database ... 409974 files and directories currently installed.)
Preparing to unpack .../0-libhwloc5_1.11.3-2_amd64.deb ...
Unpacking libhwloc5:amd64 (1.11.3-2) ...
Selecting previously unselected package gridengine-common.
Preparing to unpack .../1-gridengine-common_8.1.9+dfsg-2_all.deb ...
Unpacking gridengine-common (8.1.9+dfsg-2) ...
Selecting previously unselected package gridengine-client.
Preparing to unpack .../2-gridengine-client_8.1.9+dfsg-2_amd64.deb ...
Unpacking gridengine-client (8.1.9+dfsg-2) ...
Selecting previously unselected package gridengine-master.
Preparing to unpack .../3-gridengine-master_8.1.9+dfsg-2_amd64.deb ...
Unpacking gridengine-master (8.1.9+dfsg-2) ...
Selecting previously unselected package db-util.
Preparing to unpack .../4-db-util_1%3a5.3.21~exp1ubuntu2_all.deb ...
Unpacking db-util (1:5.3.21~exp1ubuntu2) ...
Selecting previously unselected package libhwloc-plugins.
Preparing to unpack .../5-libhwloc-plugins_1.11.3-2_amd64.deb ...
Unpacking libhwloc-plugins (1.11.3-2) ...
Processing triggers for ureadahead (0.100.0-19) ...
Setting up libhwloc5:amd64 (1.11.3-2) ...
Setting up db-util (1:5.3.21~exp1ubuntu2) ...
Setting up libhwloc-plugins (1.11.3-2) ...
Processing triggers for libc-bin (2.24-3ubuntu1) ...
Processing triggers for systemd (231-9git1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up gridengine-common (8.1.9+dfsg-2) ...

Creating config file /etc/default/gridengine with new version
Setting up gridengine-client (8.1.9+dfsg-2) ...
Setting up gridengine-master (8.1.9+dfsg-2) ...
Initializing cluster with the following parameters:
 => SGE_ROOT: /var/lib/gridengine
 => SGE_CELL: default
 => Spool directory: /var/spool/gridengine/spooldb
 => Initial manager user: sgeadmin
Initializing spool (/var/spool/gridengine/spooldb)
Initializing global configuration based on 
/usr/share/gridengine/default-configuration
Segmentation fault (core dumped)
dpkg: error processing package gridengine-master (--configure):
 subprocess installed post-installation script returned error exit status 139
Processing triggers for systemd (231-9git1) ...
Processing triggers for ureadahead (0.100.0-19) ...
Errors were encountered while processing:
 gridengine-master
E: Sub-process /usr/bin/dpkg returned an error code (1)

I could successfully install the same package coming from Ubuntu 16.04

** Affects: gridengine (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/1633251

Title:
  Crashes when installing on Ubuntu 16.10

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

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


[Bug 1624150] [NEW] Resolution

2016-09-15 Thread Vitor Marchini Rolisola
Public bug reported:

the unique option for screen resolution is a proximally 680x480 and no
exist other option

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
.tmp.unity_support_test.1:
 
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
BootLog: /dev/sda5: clean, 187756/5857280 files, 1290105/23402752 blocks
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 Sep 15 18:41:44 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter [1039:6351] 
(rev 10) (prog-if 00 [VGA controller])
   Subsystem: CLEVO/KAPOK Computer 771/671 PCIE VGA Display Adapter [1558:0801]
InstallationDate: Installed on 2016-09-15 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
Lsusb:
 Bus 001 Device 002: ID 0bda:8189 Realtek Semiconductor Corp. RTL8187B Wireless 
802.11g 54Mbps Network Adapter
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Positivo Positivo Mobile
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic 
root=UUID=99fc0e3b-180c-4fc0-939a-928cc286081f ro quiet splash vt.handoff=7
Renderer: Software
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/01/2009
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: 6.00
dmi.board.asset.tag: 1234567890
dmi.board.name: M7x0S
dmi.board.vendor: clevo
dmi.board.version: Bottom
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: SiS
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd05/01/2009:svnPositivo:pnPositivoMobile:pvr1.00.13PO_POS:rvnclevo:rnM7x0S:rvrBottom:cvnSiS:ct1:cvrN/A:
dmi.product.name: Positivo Mobile
dmi.product.version: 1.00.13PO_POS
dmi.sys.vendor: Positivo
version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Thu Sep 15 14:21:42 2016
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.18.3-1ubuntu2

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


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

** Attachment added: "No option to choose"
   
https://bugs.launchpad.net/bugs/1624150/+attachment/4741606/+files/20160915_195508.jpg

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

Title:
  Resolution

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

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


[Bug 1386111] Re: Keyboard shortcuts not working on Ubuntu 14.10 and 15.04

2016-06-30 Thread Vitor Hugo Bellotto Zago
*** This bug is a duplicate of bug 1380702 ***
https://bugs.launchpad.net/bugs/1380702

I confirm the same problem using Texmaker. I solved the issue
removing appmenu-qt5, just like Om stated before.

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

Title:
  Keyboard shortcuts not working on Ubuntu 14.10 and 15.04

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

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


[Bug 1413446] Re: [Dell XPS 13 9343] Audio broken with I2S mode in Ubuntu 14.10/15.04

2016-04-08 Thread Vitor Junior
I read this on this blog (http://hgdev.co/installing-ubuntu-15-04-on-
the-dell-xps-13-9343-2015-a-complete-guide-update/)


No audio

If you have no audio (no speaker displayed in “Sound Settings”)  just do
two cold reboot (= completely shut down your laptop twice). Audio will
work fine after that.


But on my sound settings I have "speakers built in". But still no
sound... :/

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

Title:
  [Dell XPS 13 9343] Audio broken with I2S mode in Ubuntu 14.10/15.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1413446/+subscriptions

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

[Bug 1413446] Re: [Dell XPS 13 9343] Audio broken with I2S mode in Ubuntu 14.10/15.04

2016-04-08 Thread Vitor Junior
Hi Mario! Thanks for the reply! My BIOS is A07, the last one. So, for a
cold booting, you mean I need to init 0 my laptop a few times?

Regards in advance! :)

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

Title:
  [Dell XPS 13 9343] Audio broken with I2S mode in Ubuntu 14.10/15.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1413446/+subscriptions

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


[Bug 1413446] Re: [Dell XPS 13 9343] Audio broken with I2S mode in Ubuntu 14.10/15.04

2016-04-08 Thread Vitor Junior
Hello! I'm a tottaly noob and new. I have a XPS 13 9343, and even after
a LOT of restarts in a row, i can't have sound yet. Anyone can help me,
please?

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

Title:
  [Dell XPS 13 9343] Audio broken with I2S mode in Ubuntu 14.10/15.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1413446/+subscriptions

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


[Bug 1564137] Re: Ubuntu browsers not loading/rendering certain websites correctly

2016-04-02 Thread Vitor
Hey guys, I think I don't need to tell the developpers because the bug
was already fixed.

** Changed in: chromium-browser (Ubuntu)
   Status: New => Fix Released

** Changed in: firefox (Ubuntu)
   Status: Confirmed => 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/1564137

Title:
  Ubuntu browsers not loading/rendering certain websites correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1564137/+subscriptions

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


[Bug 1254590] Re: Wifi stops working but doesn't disconnect

2016-04-02 Thread Vitor
** Changed in: network-manager (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/1254590

Title:
  Wifi stops working but doesn't disconnect

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

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


[Bug 1564137] Re: Ubuntu browsers not loading/rendering certain websites correctly

2016-04-02 Thread Vitor
This is indeed an addon problem. I'll tell the Ghostery developper and
ask a fix.

For now, the solution is to allow the trackers inside the customer
interactions category, or as in my case, the trackers in "Signallers"
category.

That's still weird; I configured my Ghostery to allow trackers from first-party 
websites (like, allow youtube trackers at youtube.com).
This bug shouldn't happen according to my configurations...

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

Title:
  Ubuntu browsers not loading/rendering certain websites correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1564137/+subscriptions

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


[Bug 1564137] Re: Ubuntu browsers not loading/rendering certain websites correctly

2016-04-02 Thread Vitor
The problem is solved in Firefox. Youtube and Facebook are being rendered 
correctly again.
So was this an addon bug? I didn't see Firefox updating addons before working 
again...

Chromium is not working properly, unless I deactivate Ghostery or reenable an 
entire category of trackers (as Vidiot_X stated).
But Firefox, for some reason, started working again and I didn't have to 
disable nothing on Ghostery nor in any other addon.
Google Chrome didn't showed any problem related to this.

** Changed in: firefox (Ubuntu)
   Status: New => Confirmed

** Changed in: firefox (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: firefox (Ubuntu)
   Status: Fix Released => Confirmed

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

Title:
  Ubuntu browsers not loading/rendering certain websites correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1564137/+subscriptions

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


[Bug 1564137] Re: Ubuntu browsers not loading/rendering certain websites correctly

2016-04-01 Thread Vitor
** Description changed:

- Since the last time I upgraded the Ubuntu packages, I noticed that Firefox is 
the only browser not loading Youtube, Facebook and others as it should. The 
visual part of the page becomes very... simplistic, like a pure and badly 
configured CSS or HTML file...
+ Since the last time I upgraded the Ubuntu packages, I noticed that Firefox is 
not loading Youtube, Facebook and others as it should. The visual part of the 
page becomes very... simplistic, like a pure and badly configured CSS or HTML 
file...
  I took screenshots of how those websites are shown now (attached to this bug 
report).
  
  It is impossible to watch videos in Youtube now, because it's not
  loading properly.
  
  Now Google Chromium is also showing this same bug...
  
- I do not know if this bug extends to security, because I'm not a
+ I do not know if this bug extends anyhow to security, because I'm not a
  programmer, I cannot verify what happens in the "background", I can only
  see the visible part of the software (the front-end), and I know that
  the rendering has something wrong in ALL famous browsers on Ubuntu.
+ 
+ Midori and Google Chrome (the proprietary one) are working properly.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: firefox 45.0+build2-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.13.0-83.127-lowlatency 3.13.11-ckt35
  Uname: Linux 3.13.0-83-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  vitor  2370 F pulseaudio
  BuildID: 20160304114926
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Wed Mar 30 19:38:10 2016
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2016-03-14 (16 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  IpRoute:
   default via 192.168.0.1 dev wlan0  proto static
   192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.15  metric 
9
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-a3fa40f8-ca32-4598-afdc-fb3bf2160219
  PrefSources:
   prefs.js
   [Profile]/extensions/anttool...@ant.com/defaults/preferences/defaults.js
  Profiles: Profile0 (Default) - LastVersion=45.0/20160304114926
  RelatedPackageVersions:
   totem-mozilla  3.10.1-1ubuntu4
   rhythmbox-mozilla  3.0.2-0ubuntu2
   browser-plugin-libreoffice 1:4.2.8-0ubuntu4
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  SubmittedCrashIDs:
   bp-a3fa40f8-ca32-4598-afdc-fb3bf2160219
   bp-6f0e393c-5ea9-433f-aee9-1a5fb2160119
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/16/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.21
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: EA50_HC_HR
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Insyde Corp.
  dmi.chassis.version: V2.21
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.21:bd12/16/2013:svnAcer:pnAspireE1-531:pvrV2.21:rvnAcer:rnEA50_HC_HR:rvrType2-BoardVersion:cvnInsydeCorp.:ct10:cvrV2.21:
  dmi.product.name: Aspire E1-531
  dmi.product.version: V2.21
  dmi.sys.vendor: Acer

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

Title:
  Ubuntu browsers not loading/rendering certain websites correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1564137/+subscriptions

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

[Bug 1564137] Re: Firefox not loading/rendering certain websites correctly

2016-03-30 Thread Vitor
** Also affects: chromium (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- Firefox not loading/rendering certain websites correctly
+ Ubuntu browsers not loading/rendering certain websites correctly

** No longer affects: chromium (Ubuntu)

** Also affects: chromium-browser (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  Since the last time I upgraded the Ubuntu packages, I noticed that Firefox is 
the only browser not loading Youtube, Facebook and others as it should. The 
visual part of the page becomes very... simplistic, like a pure and badly 
configured CSS or HTML file...
  I took screenshots of how those websites are shown now (attached to this bug 
report).
  
  It is impossible to watch videos in Youtube now, because it's not
  loading properly.
  
- I assume this bug is in Firefox or in a package used by Firefox but not
- used by other browsers, like Chromium (this one is working properly).
+ Now Google Chromium is also showing this same bug...
  
- I do not know whether this bug appears in Windows' Fire/Water foxes, I
- uninstalled my Windows completely some time ago, so I cannot even check.
- 
- I do not know neither if this bug extends to security, because I'm not a
+ I do not know if this bug extends to security, because I'm not a
  programmer, I cannot verify what happens in the "background", I can only
  see the visible part of the software (the front-end), and I know that
- the rendering has something wrong.
+ the rendering has something wrong in ALL famous browsers on Ubuntu.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: firefox 45.0+build2-0ubuntu0.14.04.1
  ProcVersionSignature: Ubuntu 3.13.0-83.127-lowlatency 3.13.11-ckt35
  Uname: Linux 3.13.0-83-lowlatency x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  vitor  2370 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  vitor  2370 F pulseaudio
  BuildID: 20160304114926
  Channel: Unavailable
  CurrentDesktop: Unity
  Date: Wed Mar 30 19:38:10 2016
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
-  # interfaces(5) file used by ifup(8) and ifdown(8)
-  auto lo
-  iface lo inet loopback
+  # interfaces(5) file used by ifup(8) and ifdown(8)
+  auto lo
+  iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2016-03-14 (16 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  IpRoute:
-  default via 192.168.0.1 dev wlan0  proto static 
-  192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.15  metric 
9
+  default via 192.168.0.1 dev wlan0  proto static
+  192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.15  metric 
9
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-a3fa40f8-ca32-4598-afdc-fb3bf2160219
  PrefSources:
-  prefs.js
-  [Profile]/extensions/anttool...@ant.com/defaults/preferences/defaults.js
+  prefs.js
+  [Profile]/extensions/anttool...@ant.com/defaults/preferences/defaults.js
  Profiles: Profile0 (Default) - LastVersion=45.0/20160304114926
  RelatedPackageVersions:
-  totem-mozilla  3.10.1-1ubuntu4
-  rhythmbox-mozilla  3.0.2-0ubuntu2
-  browser-plugin-libreoffice 1:4.2.8-0ubuntu4
+  totem-mozilla  3.10.1-1ubuntu4
+  rhythmbox-mozilla  3.0.2-0ubuntu2
+  browser-plugin-libreoffice 1:4.2.8-0ubuntu4
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  SubmittedCrashIDs:
-  bp-a3fa40f8-ca32-4598-afdc-fb3bf2160219
-  bp-6f0e393c-5ea9-433f-aee9-1a5fb2160119
+  bp-a3fa40f8-ca32-4598-afdc-fb3bf2160219
+  bp-6f0e393c-5ea9-433f-aee9-1a5fb2160119
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/16/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.21
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: EA50_HC_HR
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Insyde Corp.
  dmi.chassis.version: V2.21
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.21:bd12/16/2013:svnAcer:pnAspireE1-531:pvrV2.21:rvnAcer:rnEA50_HC_HR:rvrType2-BoardVersion:cvnInsydeCorp.:ct10:cvrV2.21:
  dmi.product.name: Aspire E1-531
  dmi.product.version: V2.21
  dmi.sys.vendor: Acer

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

Title:
  Ubuntu browsers not loading/rendering certain websites correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1564137/+subscriptions

-- 
ubuntu-bugs mail

[Bug 1564137] [NEW] Firefox not loading/rendering certain websites correctly

2016-03-30 Thread Vitor
Public bug reported:

Since the last time I upgraded the Ubuntu packages, I noticed that Firefox is 
the only browser not loading Youtube, Facebook and others as it should. The 
visual part of the page becomes very... simplistic, like a pure and badly 
configured CSS or HTML file...
I took screenshots of how those websites are shown now (attached to this bug 
report).

It is impossible to watch videos in Youtube now, because it's not
loading properly.

I assume this bug is in Firefox or in a package used by Firefox but not
used by other browsers, like Chromium (this one is working properly).

I do not know whether this bug appears in Windows' Fire/Water foxes, I
uninstalled my Windows completely some time ago, so I cannot even check.

I do not know neither if this bug extends to security, because I'm not a
programmer, I cannot verify what happens in the "background", I can only
see the visible part of the software (the front-end), and I know that
the rendering has something wrong.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: firefox 45.0+build2-0ubuntu0.14.04.1
ProcVersionSignature: Ubuntu 3.13.0-83.127-lowlatency 3.13.11-ckt35
Uname: Linux 3.13.0-83-lowlatency x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  vitor  2370 F pulseaudio
BuildID: 20160304114926
Channel: Unavailable
CurrentDesktop: Unity
Date: Wed Mar 30 19:38:10 2016
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
InstallationDate: Installed on 2016-03-14 (16 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
IpRoute:
 default via 192.168.0.1 dev wlan0  proto static 
 192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.15  metric 9
Locales: extensions.sqlite corrupt or missing
MostRecentCrashID: bp-a3fa40f8-ca32-4598-afdc-fb3bf2160219
PrefSources:
 prefs.js
 [Profile]/extensions/anttool...@ant.com/defaults/preferences/defaults.js
Profiles: Profile0 (Default) - LastVersion=45.0/20160304114926
RelatedPackageVersions:
 totem-mozilla  3.10.1-1ubuntu4
 rhythmbox-mozilla  3.0.2-0ubuntu2
 browser-plugin-libreoffice 1:4.2.8-0ubuntu4
RunningIncompatibleAddons: False
SourcePackage: firefox
SubmittedCrashIDs:
 bp-a3fa40f8-ca32-4598-afdc-fb3bf2160219
 bp-6f0e393c-5ea9-433f-aee9-1a5fb2160119
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/16/2013
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V2.21
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: EA50_HC_HR
dmi.board.vendor: Acer
dmi.board.version: Type2 - Board Version
dmi.chassis.type: 10
dmi.chassis.vendor: Insyde Corp.
dmi.chassis.version: V2.21
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.21:bd12/16/2013:svnAcer:pnAspireE1-531:pvrV2.21:rvnAcer:rnEA50_HC_HR:rvrType2-BoardVersion:cvnInsydeCorp.:ct10:cvrV2.21:
dmi.product.name: Aspire E1-531
dmi.product.version: V2.21
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-bug trusty

** Attachment added: "Youtube simplistic view after the upgrade"
   
https://bugs.launchpad.net/bugs/1564137/+attachment/4617603/+files/Captura%20de%20tela%20de%202016-03-30%2019%3A32%3A25.png

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

Title:
  Firefox not loading/rendering certain websites correctly

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

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


[Bug 1513192] [NEW] Fail to Install .deb using Python 3.4

2015-11-04 Thread Vitor Villar
Public bug reported:

There is a problem while i install an External Deb package.

I receive this error: dpkg: error: unable to read filedescriptor flags
for : Bad file descriptor

I'm using Python 3.4 and in this version, the files opened by a child's
processes  are non-inheritable by default. So, i read somewhere that
need to set the inheritable on the file descriptor.

I tried to look on DebPackage class looking for the file descriptor to
set the flag by my hands but i didn't find anything where i cant set
that. So i opening this bug to fix that.

Description:Ubuntu 14.04
Release:14.04


Package version: 0.9.3.5ubuntu1

** Affects: python-apt (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  There is a problem while i install an External Deb package.
  
  I receive this error: dpkg: error: unable to read filedescriptor flags
  for : Bad file descriptor
  
  I'm using Python 3.4 and in this version, the files opened by a child's
  processes  are non-inheritable by default. So, i read somewhere that
  need to set the inheritable on the file descriptor.
  
  I tried to look on DebPackage class looking for the file descriptor to
  set the flag by my hands but i didn't find anything where i cant set
  that. So i opening this bug to fix that.
  
- Description:  Ubuntu 15.04
- Release:  15.04
+ Description:  Ubuntu 14.04
+ Release:  14.04
+ 
  
  Package version: 0.9.3.5ubuntu1

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

Title:
  Fail to Install .deb using Python 3.4

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

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


[Bug 1451613] Re: Unity/compiz crashes when locking screen

2015-05-14 Thread Vitor Lopes-dos-Santos
I also have the same problem.

** Also affects: unity
   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/1451613

Title:
  Unity/compiz crashes when locking screen

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

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


[Bug 1188025] Re: [Dell Vostro 5460] Right key on the touchpad is not working

2015-04-28 Thread Vitor Morato Almeida
sorry my bad, a reboot fixed the problem

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

Title:
  [Dell Vostro 5460] Right key on the touchpad is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1188025/+subscriptions

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


[Bug 1188025] Re: [Dell Vostro 5460] Right key on the touchpad is not working

2015-04-28 Thread Vitor Morato Almeida
this problem returned on ubuntu 15.04

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

Title:
  [Dell Vostro 5460] Right key on the touchpad is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1188025/+subscriptions

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


[Bug 1400914] [NEW] package mysql-server-5.5 (not installed) failed to install/upgrade: subprocesso novo script pre-installation retornou erro do status de saída 1

2014-12-09 Thread João Vitor Melo Gaião
Public bug reported:

ran sudo taskel, and seleted lamp server.thats it

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: mysql-server-5.5 (not installed)
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
Date: Tue Dec  9 22:44:12 2014
ErrorMessage: subprocesso novo script pre-installation retornou erro do status 
de saída 1
InstallationDate: Installed on 2014-11-26 (13 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
SourcePackage: mysql-5.5
Title: package mysql-server-5.5 (not installed) failed to install/upgrade: 
subprocesso novo script pre-installation retornou erro do status de saída 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-5.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package utopic

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

Title:
  package mysql-server-5.5 (not installed) failed to install/upgrade:
  subprocesso novo script pre-installation retornou erro do status de
  saída 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1400914/+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 1400914] [NEW] package mysql-server-5.5 (not installed) failed to install/upgrade: subprocesso novo script pre-installation retornou erro do status de saída 1

2014-12-09 Thread João Vitor Melo Gaião
Public bug reported:

ran sudo taskel, and seleted lamp server.thats it

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: mysql-server-5.5 (not installed)
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
Date: Tue Dec  9 22:44:12 2014
ErrorMessage: subprocesso novo script pre-installation retornou erro do status 
de saída 1
InstallationDate: Installed on 2014-11-26 (13 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
SourcePackage: mysql-5.5
Title: package mysql-server-5.5 (not installed) failed to install/upgrade: 
subprocesso novo script pre-installation retornou erro do status de saída 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-5.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package utopic

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

Title:
  package mysql-server-5.5 (not installed) failed to install/upgrade:
  subprocesso novo script pre-installation retornou erro do status de
  saída 1

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

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

[Bug 1269601] [NEW] Keyboard Shortcut problem.

2014-01-15 Thread Vitor Cunha
Public bug reported:

Keyboard Shortcut Ctrl+Shift+Alt+Arowkeys down or up do not move focused
window to another work-space. The user has to change the window manually
via Work-space Switcher.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: gnome (not installed)
ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
Uname: Linux 3.11.0-15-generic i686
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: i386
Date: Wed Jan 15 19:10:00 2014
InstallationDate: Installed on 2013-10-21 (86 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
MarkForUpload: True
SourcePackage: meta-gnome3
UpgradeStatus: Upgraded to saucy on 2013-10-21 (85 days ago)

** Affects: meta-gnome3 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 saucy

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

Title:
  Keyboard Shortcut problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meta-gnome3/+bug/1269601/+subscriptions

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


[Bug 518056] Re: cedilla appears as accented c (ć instead of ç) when typing 'c

2014-01-09 Thread Jose Vitor Lopes e Silva
I tested only step three and it worked well.

BTW, is not necessary to put the user on a terminal. Simply enter data
in the file by Gedit.

I Recommend the shortcut Alt + F2; gksu gedit, thus allowing the user
paste the lines below.

Add two lines on /etc/environment

GTK_IM_MODULE=cedilla
QT_IM_MODULE=cedilla

It seems more complicated and effectively is. All this to prevent the
user from using the scary terminal.

I cooked a tutorial (in Portuguese only, sorry) that demonstrates the
steps with only 4 screenshots http://josevitor.blog.br/cedilha-no-
ubuntu-13-10-solucao-parcial/

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

Title:
  cedilla appears as accented c (ć instead of ç) when typing 'c

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

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

[Bug 1211920] Re: Low audio output / missing subwoofer on Vostro 5460/5470 (with Ubuntu pre-loaded)

2013-12-22 Thread Vitor Morato Almeida
how do I apply this patch on PC?

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

Title:
  Low audio output / missing subwoofer on Vostro 5460/5470 (with Ubuntu
  pre-loaded)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1211920/+subscriptions

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


[Bug 1188025] Re: [Dell Vostro 5460] Right key on the touchpad is not working

2013-12-21 Thread Vitor Morato Almeida
This bug affects Vostro 5470 version too, I'm running Ubuntu 13.10 with
3.11 kernel

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

Title:
  [Dell Vostro 5460] Right key on the touchpad is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1188025/+subscriptions

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


[Bug 1188025] Re: [Dell Vostro 5460] Right key on the touchpad is not working

2013-12-21 Thread Vitor Morato Almeida
This fix works in 5470
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1033568/comments/39

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

Title:
  [Dell Vostro 5460] Right key on the touchpad is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1188025/+subscriptions

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


[Bug 971051] Re: No Alt+Tab in gnome classic session (switcher plugin not loaded)

2013-12-12 Thread Paulo Vitor
** Also affects: compiz
   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/971051

Title:
  No Alt+Tab in gnome classic session (switcher plugin not loaded)

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

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


[Bug 1258381] [NEW] Rhythmbox is closing randomly

2013-12-05 Thread Vitor
Public bug reported:

So... Rhythmbox appeared with this error some time ago.
It happens anytime at any random period since its' opened. For example, when I 
played a song with Rhythmbox one day, it kept itself alive for some time. Some 
songs later, it just closes and I have to reopen again. In other day, when I 
tried to play a song, in the first seconds of the song, it closed (both the 
playback and the window).

I noticed that the app may close if the window is open and may close
even if its' minimized or playing in the background (playback).

I don't remember when I got this bug for the first time, but I remember
that Rhythmbox has received at least one upgrade in my Ubuntu. But this
upgrade did not solved my problem.

It's really annoying; I'm enjoying a song then Rhythmbox closes without
notice and just... crashes, leading my fun to an end.

Ubuntu has appeared with some bugs recently. I've never experienced bugs in 
Ubuntu before, but now, they're just popping up from the nothing! (still the 
best OS). First, I had a bug with the keyboard (which was changing the layout 
randomly), then I had a problem with the network-manager, which could not 
receive or send any data to or from the web (happened randomly too).
But it seems that those two bugs were fixed, because I upgraded the packages in 
my Ubuntu, and I saw the keyboard an the connections packages listed in the 
upgrades (phew!).

But Ubuntu still has this annoying bug in Rhythmbox, which as I said,
interrupts my fun while I'm enjoying music.

Well, I hope that's all Canonical needs from a bug report. If not, you
can ask anything needed and I'll try to answer/reply ASAP.

Thanks in advance!

Some additional information:

vitor@vitor-N150P:~$ apt-cache show rhythmbox | grep -i version:
Version: 2.99.1-0ubuntu1
vitor@vitor-N150P:~$ uname -r
3.11.0-15-generic

Ubuntu 13.10 (Saucy Salamander).

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: rhythmbox 2.99.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-15.22-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Fri Dec  6 02:07:56 2013
InstallationDate: Installed on 2013-11-05 (30 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy

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

Title:
  Rhythmbox is closing randomly

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

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


[Bug 1254590] [NEW] Wifi stops working but doesn't disconnect

2013-11-24 Thread Vitor
Public bug reported:

OK, I have this bug apparently since the 13.04, and I decided not to complain 
about it or report it because I was about to upgrade to 13.10 (Saucy, which I'm 
using now) and I thought the problem have already been found and might be fixed 
in the new version.
But that didn't happened... I'm upgraded to 13.10 and still have the bug.

That's what happened and I'll try to make it as clear as possible (this is my 
first bug report and I want it to be the best as possible).
Also, sorry for bad English; that's not my mother-language.

So, sometimes, when I'm using the internet, the wifi connection just stops 
working.
The connection stills ON (connected to my wifi router) but doesn't download or 
upload, get or send any data. No application can reach the internet when the 
bug happens.
The bug is more noticeable when I'm using Chromium browser. I'm trying to see a 
website or a page, but the Chromium keeps loading (in the inferior left bar 
shows solving hosts or something like that), and the loading takes some 
seconds until Chromium shows a error message in the tab.
But this bug not only happens when using Chromium or Nightly or any other 
browser. It's permanent and happens anytime. Sometimes it happens when using 
browsers, in the middle of downloads (by browser and by torrent), in the middle 
of update or upgrade, or even when I'm not using the internet at all. I open 
Hedgewars or the OpenOffice Writer and then, when I close the application and 
try to use the internet, it just doesn't work.
The connection stills on, Ubuntu stills connected to the wifi router.

But there's another interesting fact: when I disconnect and connect, the
internet back working again. No speed limits or any other bugs (until it
happens again, since this bug is persistent; it happens many times per
day. Disconnect and connect works always when it happens).

I verified the internet with Windows 7 and Windows 8 and nothing
happened. It's not hardware problem, it's Ubuntu bug, indeed.

And even another interesting fact: this bug happened twice while I was
writing this bug report!

Apparently, there's no time period that this bug appears (like... each 5
minutes, or each 1 hour). It happens in no scheduled time, the time for
this to happen is totally random (APPARENTLY -- I never made an official
time-counting by clock or anything such).

I already talked about this bug in askubuntu.com and I saw one person
experiencing this same bug (only one person, but... stills being an
annoying bug for those who have it).

As asked, here are the release of Ubuntu and the version of the
suspected package (used sudo apt-cache policy network-manager):

Ubuntu 13.10 Saucy (as said before) and:

vitor@vitor-N150P:~$ sudo apt-cache policy network-manager
[sudo] password for vitor: 
network-manager:
  Instalado: 0.9.8.0-0ubuntu22
  Candidato: 0.9.8.0-0ubuntu22

Thanks in advance for the help and thank you, Canonical, for keeping
Ubuntu the best operational system I ever had (not only the free ones!).

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: network-manager 0.9.8.0-0ubuntu22
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Mon Nov 25 01:37:11 2013
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2013-11-05 (19 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
IpRoute:
 default via 192.168.0.1 dev eth1  proto static 
 192.168.0.0/24 dev eth1  proto kernel  scope link  src 192.168.0.156  metric 9
MarkForUpload: True
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-con:
 NAME  UUID   TYPE  
TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
 Conexão cabeada 1 723548a2-9ed6-4567-b5e5-decd0eaaf7e0   
802-3-ethernet1385349506   Seg 25 Nov 2013 01:18:26 BRST  yes   
no /org/freedesktop/NetworkManager/Settings/2
 MONI  d8804f36-881b-4ca1-ad92-6e52267e077b   
802-11-wireless   1385350706   Seg 25 Nov 2013 01:38:26 BRST  yes   
no /org/freedesktop/NetworkManager/Settings/1
 dlink 928fdc87-6144-4dd2-a3c6-6a8278499ad6   
802-11-wireless   1385326533   Dom 24 Nov 2013 18:55:33 BRST  yes   
no /org/freedesktop/NetworkManager/Settings/0
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 eth0   802-3-ethernetunavailable

[Bug 1140252] Re: ubuntu don't start with newest kernel

2013-08-26 Thread vitor
After updating the BIOS nothing changed.

$ sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date
EBH7710H.86A.0101.2013.0516.1649
05/16/2013

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

Title:
  ubuntu don't start with newest kernel

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

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


[Bug 1087460] Re: error on nvidia drivers

2013-08-09 Thread vitor bretes
Hello Christopher,

in the system config there are several options to change several items. One of 
those is the option to change the graphics driver. By default, the graphics 
driver is the one recommended by the Ubuntu team. I've tried one of those and 
the computer freezed, completely.
The screen is still badly. As I can't use or change the graphic, I'm leaving 
the Ubuntu.

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

Title:
  error on nvidia drivers

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

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


[Bug 685067] Re: encoding problem empathy irc

2013-05-04 Thread Vitor Albuquerque
Happened to me too! My facebook friends are receiving words like
atenção as aten??o!

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

Title:
  encoding problem empathy irc

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

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

[Bug 685067] Re: encoding problem empathy irc

2013-05-04 Thread Vitor Albuquerque
Happened to me too! My facebook friends are receiving words like
atenção as aten??o!

Ubuntu 13.04 (x64)

locale | grep LANG
LANG=pt_BR.UTF-8
LANGUAGE=pt_BR:pt:pt_PT:en

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

Title:
  encoding problem empathy irc

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

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

[Bug 1160786] Re: ubuntu LTS 12.04 remmina Segmentation fault latest libfreerdp

2013-04-18 Thread vitor
Hi,

I had to update to the latest build from ppa, i have it working but ONLY
if shared folder is not selected, otherwise if shared folder is selected
i get SEGMENTATTION FAULT.

This is what i have, that is working with RDP without shared folders:

dpkg --list |grep remmina
ii  remmina   1.0.0-4~447+19~raring1
remote desktop client for GNOME desktop environment
ii  remmina-common1.0.0-4~447+19~raring1
common files for remmina remote desktop client
ii  remmina-plugin-rdp1.0.0-4~447+19~raring1
RDP plugin for remmina remote desktop client
ii  remmina-plugin-vnc1.0.0-4~447+19~raring1
VNC plugin for remmina remote desktop client

dpkg --list |grep libfree
ii  libfreerdp-plugins-standard   
1.0.1-2ubuntu1.1freerdp1~1265+31~raring1  RDP client for Windows Terminal 
Services (plugins)
ii  libfreerdp1   
1.0.1-2ubuntu1.1freerdp1~1265+31~precise1 RDP client for Windows Terminal 
Services (library)

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

Title:
  ubuntu LTS 12.04 remmina Segmentation fault latest libfreerdp

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

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


[Bug 1160786] [NEW] ubuntu LTS 12.04 remmina Segmentation fault latest libfreerdp

2013-03-27 Thread vitor
Public bug reported:

After the upgrade of
 libfreerdp1 1.0.1-1.1ubuntu2.1freerdp1~1108+30~precise1 
to:
 1.0.1-2ubuntu1.1freerdp1~1265+31~precise1 
remmina gives:

 SEGMENTATION FAULT.

It was working before the latest update on 2013-03-22.

dpkg --list |grep libfreerdp1
ii  libfreerdp1   
1.0.1-2ubuntu1.1freerdp1~1265+31~precise1RDP client for Windows Terminal 
Services (library)
root@Vitor-PC:~# vi /var/log/dpkg.log 
root@Vitor-PC:~# dpkg --list |grep remmina
ii  remmina   1.0.0-4~441+19~precise1   
   remote desktop client for GNOME desktop environment
ii  remmina-common1.0.0-4~441+19~precise1   
   common files for remmina remote desktop client
ii  remmina-plugin-rdp1.0.0-4~441+19~precise1   
   RDP plugin for remmina remote desktop client
ii  remmina-plugin-vnc1.0.0-4~441+19~precise1   
   VNC plugin for remmina remote desktop client

 dpkg --list |grep libfreerdp
ii  libfreerdp-plugins-standard   
1.0.1-2ubuntu1.1freerdp1~1265+31~precise1RDP client for Windows Terminal 
Services (plugins)
ii  libfreerdp1   
1.0.1-2ubuntu1.1freerdp1~1265+31~precise1RDP client for Windows Terminal 
Services (library)

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 12.04.2 LTS
Release:12.04
Codename:   precise

** Affects: remmina (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/1160786

Title:
  ubuntu LTS 12.04 remmina Segmentation fault latest libfreerdp

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

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


[Bug 1140252] Re: ubuntu don't start with newest kernel

2013-03-03 Thread vitor
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  ubuntu don't start with newest kernel

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

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


[Bug 1140252] [NEW] ubuntu don't start with newest kernel

2013-03-02 Thread vitor
Public bug reported:

Automatically restarts and returns to the grub menu. Only work Kernel
3.2.0-29 (3.2.0-37 and 3.2.0-38 fail!).

syslog...
Feb 22 19:17:01 myuser-desktop CRON[13221]: (root) CMD ( cd /  run-parts 
--report /etc/cron.hourly)
Feb 22 19:22:39 myuser-desktop NetworkManager[844]: info kernel firmware 
directory '/lib/firmware' changed
Feb 22 19:22:58 myuser-desktop dbus[821]: [system] Reloaded configuration
Feb 22 19:23:42 dbus[821]: last message repeated 6 times
Feb 22 19:24:42 dbus[821]: last message repeated 8 times
Feb 22 19:25:41 myuser-desktop kernel: [175357.249258] SGI XFS with ACLs, 
security attributes, realtime, large block/inode numbers, no debug enabled
Feb 22 19:25:41 myuser-desktop kernel: [175357.250391] SGI XFS Quota Management 
subsystem
Feb 22 19:25:41 myuser-desktop kernel: [175357.271813] JFS: nTxBlock = 8192, 
nTxLock = 65536
Feb 22 19:25:41 myuser-desktop kernel: [175357.291835] NTFS driver 2.1.30 
[Flags: R/O MODULE].
Feb 22 19:25:41 myuser-desktop kernel: [175357.320042] QNX4 filesystem 0.2.3 
registered.
Feb 22 19:25:41 myuser-desktop kernel: [175357.371932] Btrfs loaded
Feb 22 19:25:41 myuser-desktop os-prober: debug: running 
/usr/lib/os-probes/50mounted-tests on /dev/sda2
Feb 22 19:25:41 myuser-desktop 50mounted-tests: debug: /dev/sda2 type not 
recognised; skipping
Feb 22 19:25:41 myuser-desktop os-prober: debug: os detected by 
/usr/lib/os-probes/50mounted-tests
Feb 22 19:25:41 myuser-desktop os-prober: debug: running 
/usr/lib/os-probes/50mounted-tests on /dev/sda5
Feb 22 19:25:41 myuser-desktop 50mounted-tests: debug: mounted using GRUB fat 
filesystem driver
Feb 22 19:25:41 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/10freedos
Feb 22 19:25:41 myuser-desktop 10freedos: debug: /dev/sda5 is a FAT partition 
(mounted by GRUB)
Feb 22 19:25:41 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/10qnx
Feb 22 19:25:41 myuser-desktop 10qnx: debug: /dev/sda5 is not a QNX4 partition: 
exiting
Feb 22 19:25:41 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/20macosx
Feb 22 19:25:42 myuser-desktop macosx-prober: debug: /dev/sda5 is not an HFS+ 
partition: exiting
Feb 22 19:25:42 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/20microsoft
Feb 22 19:25:42 myuser-desktop 20microsoft: debug: /dev/sda5 is a FAT partition 
(mounted by GRUB)
Feb 22 19:25:42 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/30utility
Feb 22 19:25:42 myuser-desktop 30utility: debug: /dev/sda5 is a FAT partition 
(mounted by GRUB)
Feb 22 19:25:42 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/40lsb
Feb 22 19:25:42 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/70hurd
Feb 22 19:25:42 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/80minix
Feb 22 19:25:42 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/83haiku
Feb 22 19:25:42 myuser-desktop 83haiku: debug: /dev/sda5 is not a BeFS 
partition: exiting
Feb 22 19:25:42 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/90bsd-distro
Feb 22 19:25:42 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/90linux-distro
Feb 22 19:25:42 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/90solaris
Feb 22 19:25:42 myuser-desktop os-prober: debug: /dev/sda6: is active swap
Feb 22 19:25:44 myuser-desktop dbus[821]: [system] Reloaded configuration
Feb 22 19:26:01 dbus[821]: last message repeated 3 times
Feb 22 19:26:01 myuser-desktop os-prober: debug: running 
/usr/lib/os-probes/50mounted-tests on /dev/sda2
Feb 22 19:26:01 myuser-desktop 50mounted-tests: debug: /dev/sda2 type not 
recognised; skipping
Feb 22 19:26:01 myuser-desktop os-prober: debug: os detected by 
/usr/lib/os-probes/50mounted-tests
Feb 22 19:26:01 myuser-desktop os-prober: debug: running 
/usr/lib/os-probes/50mounted-tests on /dev/sda5
Feb 22 19:26:02 myuser-desktop 50mounted-tests: debug: mounted using GRUB fat 
filesystem driver
Feb 22 19:26:02 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/10freedos
Feb 22 19:26:02 myuser-desktop 10freedos: debug: /dev/sda5 is a FAT partition 
(mounted by GRUB)
Feb 22 19:26:02 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/10qnx
Feb 22 19:26:02 myuser-desktop 10qnx: debug: /dev/sda5 is not a QNX4 partition: 
exiting
Feb 22 19:26:02 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/20macosx
Feb 22 19:26:02 myuser-desktop macosx-prober: debug: /dev/sda5 is not an HFS+ 
partition: exiting
Feb 22 19:26:02 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/20microsoft
Feb 22 19:26:02 myuser-desktop 20microsoft: debug: /dev/sda5 is 

[Bug 1140252] Re: ubuntu don't start with newest kernel

2013-03-02 Thread vitor
apport information

** Tags added: apport-collected running-unity staging

** Description changed:

  Automatically restarts and returns to the grub menu. Only work Kernel
  3.2.0-29 (3.2.0-37 and 3.2.0-38 fail!).
  
  syslog...
  Feb 22 19:17:01 myuser-desktop CRON[13221]: (root) CMD ( cd /  run-parts 
--report /etc/cron.hourly)
  Feb 22 19:22:39 myuser-desktop NetworkManager[844]: info kernel firmware 
directory '/lib/firmware' changed
  Feb 22 19:22:58 myuser-desktop dbus[821]: [system] Reloaded configuration
  Feb 22 19:23:42 dbus[821]: last message repeated 6 times
  Feb 22 19:24:42 dbus[821]: last message repeated 8 times
  Feb 22 19:25:41 myuser-desktop kernel: [175357.249258] SGI XFS with ACLs, 
security attributes, realtime, large block/inode numbers, no debug enabled
  Feb 22 19:25:41 myuser-desktop kernel: [175357.250391] SGI XFS Quota 
Management subsystem
  Feb 22 19:25:41 myuser-desktop kernel: [175357.271813] JFS: nTxBlock = 8192, 
nTxLock = 65536
  Feb 22 19:25:41 myuser-desktop kernel: [175357.291835] NTFS driver 2.1.30 
[Flags: R/O MODULE].
  Feb 22 19:25:41 myuser-desktop kernel: [175357.320042] QNX4 filesystem 0.2.3 
registered.
  Feb 22 19:25:41 myuser-desktop kernel: [175357.371932] Btrfs loaded
  Feb 22 19:25:41 myuser-desktop os-prober: debug: running 
/usr/lib/os-probes/50mounted-tests on /dev/sda2
  Feb 22 19:25:41 myuser-desktop 50mounted-tests: debug: /dev/sda2 type not 
recognised; skipping
  Feb 22 19:25:41 myuser-desktop os-prober: debug: os detected by 
/usr/lib/os-probes/50mounted-tests
  Feb 22 19:25:41 myuser-desktop os-prober: debug: running 
/usr/lib/os-probes/50mounted-tests on /dev/sda5
  Feb 22 19:25:41 myuser-desktop 50mounted-tests: debug: mounted using GRUB fat 
filesystem driver
  Feb 22 19:25:41 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/10freedos
  Feb 22 19:25:41 myuser-desktop 10freedos: debug: /dev/sda5 is a FAT partition 
(mounted by GRUB)
  Feb 22 19:25:41 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/10qnx
  Feb 22 19:25:41 myuser-desktop 10qnx: debug: /dev/sda5 is not a QNX4 
partition: exiting
  Feb 22 19:25:41 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/20macosx
  Feb 22 19:25:42 myuser-desktop macosx-prober: debug: /dev/sda5 is not an HFS+ 
partition: exiting
  Feb 22 19:25:42 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/20microsoft
  Feb 22 19:25:42 myuser-desktop 20microsoft: debug: /dev/sda5 is a FAT 
partition (mounted by GRUB)
  Feb 22 19:25:42 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/30utility
  Feb 22 19:25:42 myuser-desktop 30utility: debug: /dev/sda5 is a FAT partition 
(mounted by GRUB)
  Feb 22 19:25:42 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/40lsb
  Feb 22 19:25:42 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/70hurd
  Feb 22 19:25:42 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/80minix
  Feb 22 19:25:42 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/83haiku
  Feb 22 19:25:42 myuser-desktop 83haiku: debug: /dev/sda5 is not a BeFS 
partition: exiting
  Feb 22 19:25:42 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/90bsd-distro
  Feb 22 19:25:42 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/90linux-distro
  Feb 22 19:25:42 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/90solaris
  Feb 22 19:25:42 myuser-desktop os-prober: debug: /dev/sda6: is active swap
  Feb 22 19:25:44 myuser-desktop dbus[821]: [system] Reloaded configuration
  Feb 22 19:26:01 dbus[821]: last message repeated 3 times
  Feb 22 19:26:01 myuser-desktop os-prober: debug: running 
/usr/lib/os-probes/50mounted-tests on /dev/sda2
  Feb 22 19:26:01 myuser-desktop 50mounted-tests: debug: /dev/sda2 type not 
recognised; skipping
  Feb 22 19:26:01 myuser-desktop os-prober: debug: os detected by 
/usr/lib/os-probes/50mounted-tests
  Feb 22 19:26:01 myuser-desktop os-prober: debug: running 
/usr/lib/os-probes/50mounted-tests on /dev/sda5
  Feb 22 19:26:02 myuser-desktop 50mounted-tests: debug: mounted using GRUB fat 
filesystem driver
  Feb 22 19:26:02 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/10freedos
  Feb 22 19:26:02 myuser-desktop 10freedos: debug: /dev/sda5 is a FAT partition 
(mounted by GRUB)
  Feb 22 19:26:02 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/10qnx
  Feb 22 19:26:02 myuser-desktop 10qnx: debug: /dev/sda5 is not a QNX4 
partition: exiting
  Feb 22 19:26:02 myuser-desktop 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/20macosx
  Feb 22 19:26:02 myuser-desktop macosx-prober: debug: /dev/sda5 is not an HFS+ 
partition: 

[Bug 1140252] AlsaDevices.txt

2013-03-02 Thread vitor
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/1140252/+attachment/3554379/+files/AlsaDevices.txt

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

Title:
  ubuntu don't start with newest kernel

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

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


[Bug 1140252] AplayDevices.txt

2013-03-02 Thread vitor
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/1140252/+attachment/3554380/+files/AplayDevices.txt

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

Title:
  ubuntu don't start with newest kernel

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

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


[Bug 1140252] ArecordDevices.txt

2013-03-02 Thread vitor
apport information

** Attachment added: ArecordDevices.txt
   
https://bugs.launchpad.net/bugs/1140252/+attachment/3554381/+files/ArecordDevices.txt

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

Title:
  ubuntu don't start with newest kernel

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

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


[Bug 1140252] BootDmesg.txt

2013-03-02 Thread vitor
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1140252/+attachment/3554382/+files/BootDmesg.txt

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

Title:
  ubuntu don't start with newest kernel

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

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


[Bug 1140252] Card0.Amixer.values.txt

2013-03-02 Thread vitor
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/1140252/+attachment/3554383/+files/Card0.Amixer.values.txt

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

Title:
  ubuntu don't start with newest kernel

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

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


[Bug 1140252] Card0.Codecs.codec.2.txt

2013-03-02 Thread vitor
apport information

** Attachment added: Card0.Codecs.codec.2.txt
   
https://bugs.launchpad.net/bugs/1140252/+attachment/3554384/+files/Card0.Codecs.codec.2.txt

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

Title:
  ubuntu don't start with newest kernel

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

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


[Bug 1140252] Card0.Codecs.codec.3.txt

2013-03-02 Thread vitor
apport information

** Attachment added: Card0.Codecs.codec.3.txt
   
https://bugs.launchpad.net/bugs/1140252/+attachment/3554385/+files/Card0.Codecs.codec.3.txt

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

Title:
  ubuntu don't start with newest kernel

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

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


[Bug 1140252] CurrentDmesg.txt

2013-03-02 Thread vitor
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1140252/+attachment/3554386/+files/CurrentDmesg.txt

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

Title:
  ubuntu don't start with newest kernel

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

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


[Bug 1140252] Lspci.txt

2013-03-02 Thread vitor
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1140252/+attachment/3554387/+files/Lspci.txt

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

Title:
  ubuntu don't start with newest kernel

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

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


[Bug 1140252] Lsusb.txt

2013-03-02 Thread vitor
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1140252/+attachment/3554388/+files/Lsusb.txt

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

Title:
  ubuntu don't start with newest kernel

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

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


[Bug 1140252] PciMultimedia.txt

2013-03-02 Thread vitor
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/1140252/+attachment/3554389/+files/PciMultimedia.txt

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

Title:
  ubuntu don't start with newest kernel

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

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


[Bug 1140252] ProcCpuinfo.txt

2013-03-02 Thread vitor
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1140252/+attachment/3554390/+files/ProcCpuinfo.txt

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

Title:
  ubuntu don't start with newest kernel

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

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


[Bug 1140252] ProcEnviron.txt

2013-03-02 Thread vitor
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1140252/+attachment/3554391/+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/1140252

Title:
  ubuntu don't start with newest kernel

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

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


[Bug 1140252] ProcInterrupts.txt

2013-03-02 Thread vitor
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1140252/+attachment/3554392/+files/ProcInterrupts.txt

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

Title:
  ubuntu don't start with newest kernel

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

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


[Bug 1140252] ProcModules.txt

2013-03-02 Thread vitor
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1140252/+attachment/3554393/+files/ProcModules.txt

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

Title:
  ubuntu don't start with newest kernel

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

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


[Bug 1140252] PulseList.txt

2013-03-02 Thread vitor
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1140252/+attachment/3554394/+files/PulseList.txt

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

Title:
  ubuntu don't start with newest kernel

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

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


[Bug 1140252] UdevDb.txt

2013-03-02 Thread vitor
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1140252/+attachment/3554395/+files/UdevDb.txt

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

Title:
  ubuntu don't start with newest kernel

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

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


[Bug 1140252] UdevLog.txt

2013-03-02 Thread vitor
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1140252/+attachment/3554396/+files/UdevLog.txt

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

Title:
  ubuntu don't start with newest kernel

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

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


[Bug 1140252] WifiSyslog.txt

2013-03-02 Thread vitor
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1140252/+attachment/3554397/+files/WifiSyslog.txt

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

Title:
  ubuntu don't start with newest kernel

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

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


[Bug 1129674] [NEW] package xul-ext-ubufox 2.6-0ubuntu0.10.04.1 failed to install/upgrade: tentando sobrescrever '/usr/share/xul-ext/ubufox/defaults/preferences/ubuntu-mods.js', que também está no pac

2013-02-18 Thread Vitor Hugo Miranda
Public bug reported:

Problem with Firefox automatic update.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: xul-ext-ubufox 2.6-0ubuntu0.10.04.1
ProcVersionSignature: Ubuntu 2.6.32-45.103-generic 2.6.32.60+drm33.26
Uname: Linux 2.6.32-45-generic i686
Architecture: i386
Date: Mon Feb 18 22:05:15 2013
ErrorMessage: tentando sobrescrever 
'/usr/share/xul-ext/ubufox/defaults/preferences/ubuntu-mods.js', que também 
está no pacote ubufox 0:1.9~rc2-2easypeasy0
InstallationMedia: EasyPeasy 1.6
PackageArchitecture: all
SourcePackage: ubufox
Title: package xul-ext-ubufox 2.6-0ubuntu0.10.04.1 failed to install/upgrade: 
tentando sobrescrever 
'/usr/share/xul-ext/ubufox/defaults/preferences/ubuntu-mods.js', que também 
está no pacote ubufox 0:1.9~rc2-2easypeasy0

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


** Tags: apport-package i386 lucid ubuntu-une

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

Title:
  package xul-ext-ubufox 2.6-0ubuntu0.10.04.1 failed to install/upgrade:
  tentando sobrescrever '/usr/share/xul-ext/ubufox/defaults/preferences
  /ubuntu-mods.js', que também está no pacote ubufox
  0:1.9~rc2-2easypeasy0

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

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

[Bug 1104341] [NEW] remote cursor in textbox is white, cant see it

2013-01-24 Thread vitor
Public bug reported:

Using ubuntu 10.04 or 12.10  and

dpkg --list |grep remmina
ii  remmina   1.0.0-4~441+19~precise1   
  remote desktop client for GNOME desktop environment
ii  remmina-common1.0.0-4~441+19~precise1   
  common files for remmina remote desktop client
ii  remmina-plugin-rdp1.0.0-4~441+19~precise1   
  RDP plugin for remmina remote desktop client
ii  remmina-plugin-vnc1.0.0-4~441+19~precise1   
  VNC plugin for remmina remote desktop client

When typing in a textbox (white background) cant see mouse cursor
because its white too.

** Affects: remmina (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/1104341

Title:
  remote cursor in textbox is white, cant see it

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

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


[Bug 1104340] [NEW] grab keys not working

2013-01-24 Thread vitor
Public bug reported:

Using ubuntu 10.04 or 12.10  and

dpkg --list |grep remmina
ii  remmina   1.0.0-4~441+19~precise1   
  remote desktop client for GNOME desktop environment
ii  remmina-common1.0.0-4~441+19~precise1   
  common files for remmina remote desktop client
ii  remmina-plugin-rdp1.0.0-4~441+19~precise1   
  RDP plugin for remmina remote desktop client
ii  remmina-plugin-vnc1.0.0-4~441+19~precise1   
  VNC plugin for remmina remote desktop client

if i selet grab keybord events or ctrl_R it doesnt work, i need to type
ctrl+alt+f1 on the RDP session and is trapped by the local OS

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


** Tags: events grab keyboard

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

Title:
  grab keys not working

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

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


[Bug 1104349] [NEW] share folder is not working

2013-01-24 Thread vitor
Public bug reported:

Using ubuntu 10.04 or 12.10  and

dpkg --list |grep remmina
ii  remmina   1.0.0-4~441+19~precise1   
  remote desktop client for GNOME desktop environment
ii  remmina-common1.0.0-4~441+19~precise1   
  common files for remmina remote desktop client
ii  remmina-plugin-rdp1.0.0-4~441+19~precise1   
  RDP plugin for remmina remote desktop client
ii  remmina-plugin-vnc1.0.0-4~441+19~precise1   
  VNC plugin for remmina remote desktop client

If share folder is select, no drive is presented on the remeote session, had it 
working on previous remmina version.
Have it working with rdesktop.

** Affects: remmina (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/1104349

Title:
  share folder is not working

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

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


[Bug 1104340] Re: grab keys not working

2013-01-24 Thread vitor
lsb_release -rd
Description:Ubuntu 12.04.1 LTS
Release:12.04

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

Title:
  grab keys not working

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

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


[Bug 1087460] Re: error on nvidia drivers

2012-12-11 Thread vitor bretes
apport information

** Tags added: apport-collected precise running-unity

** Description changed:

  I´m using ubuntu 12.04 LTS. I've made the updates of the kernel on
  quantal. After that the graphics are very badly on screen, the letters
  won't appear or with a shadow and I can't read them.
  
  I've tried to activate the nvidia drivers (beta release) and the
  computer hanged up. I've to install all over again (10.04, upgrade to
  12.04 and so on).
  
  Right now, I didn't activate any graphic driver and seems to be right...
  let's see!
  
  Best regards.
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ ApportVersion: 2.0.1-0ubuntu15
+ Architecture: i386
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  bretes 1846 F pulseaudio
+ Card0.Amixer.info:
+  Card hw:0 'Intel'/'HDA Intel at 0xf450 irq 47'
+Mixer name : 'Conexant CX20549 (Venice)'
+Components : 'HDA:14f15045,1631c103,00100100'
+Controls  : 20
+Simple ctrls  : 9
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=e95e4d1d-27a2-4941-9b31-8e2887c9810f
+ InstallationMedia: Ubuntu 10.04.4 LTS Lucid Lynx - Release i386 (20120214.2)
+ MachineType: Packard Bell BV EasyNote MB65
+ MarkForUpload: True
+ Package: linux (not installed)
+ ProcEnviron:
+  LANGUAGE=pt:pt_BR:en
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=pt_PT.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 nouveaufb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-34-generic 
root=UUID=63bcbeca-5732-4103-aefa-da2ad68a1277 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.2.0-34.53-generic 3.2.33
+ RelatedPackageVersions:
+  linux-restricted-modules-3.2.0-34-generic N/A
+  linux-backports-modules-3.2.0-34-generic  N/A
+  linux-firmware1.79.1
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  precise running-unity
+ Uname: Linux 3.2.0-34-generic i686
+ UpgradeStatus: Upgraded to precise on 2012-12-06 (4 days ago)
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 04/25/2007
+ dmi.bios.vendor: Phoenix Technologies LTD
+ dmi.bios.version: PB23A01
+ dmi.board.name: PB2
+ dmi.board.vendor: Packard Bell BV
+ dmi.board.version: Not Applicable
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 1
+ dmi.chassis.vendor: Packard Bell BV
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrPB23A01:bd04/25/2007:svnPackardBellBV:pnEasyNoteMB65:pvrPB87Q00110:rvnPackardBellBV:rnPB2:rvrNotApplicable:cvnPackardBellBV:ct1:cvrN/A:
+ dmi.product.name: EasyNote MB65
+ dmi.product.version: PB87Q00110
+ dmi.sys.vendor: Packard Bell BV

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/1087460/+attachment/3457281/+files/AcpiTables.txt

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

Title:
  error on nvidia drivers

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

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

[Bug 1087460] AlsaDevices.txt

2012-12-11 Thread vitor bretes
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/1087460/+attachment/3457282/+files/AlsaDevices.txt

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

Title:
  error on nvidia drivers

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

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


[Bug 1087460] AplayDevices.txt

2012-12-11 Thread vitor bretes
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/1087460/+attachment/3457283/+files/AplayDevices.txt

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

Title:
  error on nvidia drivers

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

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


[Bug 1087460] BootDmesg.txt

2012-12-11 Thread vitor bretes
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1087460/+attachment/3457284/+files/BootDmesg.txt

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

Title:
  error on nvidia drivers

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

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


[Bug 1087460] CRDA.txt

2012-12-11 Thread vitor bretes
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1087460/+attachment/3457285/+files/CRDA.txt

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

Title:
  error on nvidia drivers

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

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


  1   2   3   >