[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


Aprenda a Ficar Rico!

2017-03-25 Thread Vitor Ribeiro
Afinal de Contas, Como se
Ganha Dinheiro?

Aprenda como o dinheiro funciona e como
obtê-lo
para que você possa alcançar a
liberdade financeira
para realizar todos os seus sonhos!

Veja o Video:
http://www.tchemail.com.br/segredo-do-dinheiro

 Afinal de
Contas, Como se Ganha Dinheiro?Aprenda como o dinheiro
funciona e como obtê-lopara que você possa
alcançar a liberdade financeirapara realizar todos os seus
sonhos!Veja o Video: http://www.tchemail.com.br/segredo-do-dinheiro--Você pode se
descadastrar acessando
aqui


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


[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


Re: [Ubuntu-BR] Ubuntu Travando

2015-02-09 Thread Vitor Hugo
ola amigo nada instala na maquina alem de windows 7 e opensuse com lxde 
o resto trava tudo acredito que seja problema na placa de video onboard

On 09-02-2015 00:27, Hugo Do Nascimento wrote:

Você consegue rodar o Ubuntu bem pelo Pendrive ou live DVD?

Qual a configuração completa do seu PC, inclusive da placa de vídeo?


Em 7 de fevereiro de 2015 09:59, Vitor Hugo vitorhug...@hotmail.com
escreveu:


Instalo o Ubuntu na minha maquina mas depois que ele inicia ele começa a
travar e congela, já tentei com varias interfaces gráficas: Kde, Xfce,
Gnome 3 e é só começar a usar que trava.

--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br




--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Ubuntu Travando

2015-02-09 Thread Vitor Hugo

- NVIDIA^® GeForce 7025 / nForce 630a
On 09-02-2015 19:09, Hugo Do Nascimento wrote:

Qual placa de vídeo? Marca e modelo?


--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] Ubuntu Travando

2015-02-07 Thread Vitor Hugo
Instalo o Ubuntu na minha maquina mas depois que ele inicia ele começa a travar 
e congela, já tentei com varias interfaces gráficas: Kde, Xfce, Gnome 3 e é só 
começar a usar que trava.
  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] Off-topic- placa de video

2015-01-25 Thread Vitor Hugo
Alguem pode me sugerir uma placa de vídeo antiga que rode o kde 5 sem 
travar? minha GeForce 7025 onboard estata travando o sistema.


--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] backup homedir

2015-01-19 Thread Vitor Hugo
a ferramenta grafica da erro estou tentando com o rsync mas gostaria de 
manter um tar tambem mas tudo que tentei fazer gerava um arquivo com o 
backup entao nao deu muito certo. estou pensando em fazer uma imagem do 
meu homedir

On 19-01-2015 07:25, Rodrigo Maia wrote:

Em Dom, 2015-01-18 às 14:35 -0200, Vitor Hugo escreveu:

Estou tentando fazer um bakcup da minha homedir e gostaria de saber se
este comando que estou usando esta correto?

tar -cvpzf /home/vitorhugo/* --exclude=/home/vitorhugo/Things/
--exclude=/home/vitorhugo/.aMule/ --exclude=/home/vitorhugo/Videos2




Bom dia!

  creio que deva ser assim :
   tar -cvpzf /home/NOMEDOBACKUP.tar.gz /ALVO --exclude=AI AQUI O QUE
NÃO QUERES NO BACKUP, não curto ubuntu porém já existem ferramentas
gráficas para essa tarefa.

Att.




--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] backup homedir

2015-01-18 Thread Vitor Hugo
Estou tentando fazer um bakcup da minha homedir e gostaria de saber se 
este comando que estou usando esta correto?


tar -cvpzf /home/vitorhugo/* --exclude=/home/vitorhugo/Things/ 
--exclude=/home/vitorhugo/.aMule/ --exclude=/home/vitorhugo/Videos2



--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] reiniciando sozinho

2015-01-15 Thread Vitor Hugo
Apos atualizar para a versão 14.01 meu computador fica reiniciando 
sozinho do nada, achei que fosse o kernel, então tentei rodar uma versão 
antiga que eu tinha compilado e deu na mesma do nara reinicia. Alguém 
com o mesmo problema?


--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Não desliga

2015-01-11 Thread Vitor Hugo
seria bom voce rodar um systemstress no seu computador talvez hava algum 
problema na memoria ou hd

On 09-01-2015 14:17, Enio Climaco Sales Junior wrote:
Aperte as teclas conjuntamente CTLSHIFTF1 e ele sairá do splash 
.Veja as mensagens do sistema e mande pela lista ao menos as ultimas 
linhas. Para mudar de tty, basta teclar conjuntamente CTLF2, 
CTLF3... assimpor diante. O Ubuntu se não me engano te dá 6 
terminais, assim como no Debian. O sétimo é o ambiente gráfico, onde 
fica a tela de splash.

On 09-01-2015 13:22, Carlos Ribeiro wrote:

André,

Gostaria que nos explicasse, em detalhes como foi gravada essa imagem no
pendrive e qual o hardware onde está sendo feita a instalação.

Como Renato explicou, algumas vezes, dependendo da imagem ou do 
hardware a
meu ver, isso pode acontecer. Basta desligar o computador (supondo 
que não

tem reset) e ao religar vai para a tela do grub e carrega o sistema
normalmente.

Então, como solicitei no primeiro parágrafo, é necessário saber dos
detalhes para podermos ajudar eficazmente.

Carlos

Em 9 de janeiro de 2015 10:12, André Messina andre17mess...@gmail.com
escreveu:

Obrigado Carlos pela resposta... contudo ele nao reinicia e nem 
desliga
por isso estou tento problemas, ja instalei o ubuntu 2x e apresenta 
o mesmo
problema sempre ao final da instalaçao ele pede para reiniciar e 
finalizar
o processo e fica parado na tela ja deixei um dia todo e ele nao 
desliga...

:

Em 4 de janeiro de 2015 12:41, Carlos Ribeiro k4rib...@gmail.com
escreveu:

Isso já aconteceu comigo, algumas vezes. Nada demais. Reinicie o 
sistema

e

tudo vai funcionar normalmente.

De nada.

Em 4 de janeiro de 2015 11:39, André Messina 
andre17mess...@gmail.com

escreveu:


-Bom dia ontem eu instalei o ubuntu 14.04 via pendrivem tudo ocorreu
perfeito, mas quando ele pediu para reiniciar após eu apertar o botão

de
reiniciar ele travou na tela aonde aparece o nome ubuntu e as 
bolinhas

embaixo.

obrigado.
--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br




--
Nunca discuta com um estúpido; você descerá ao nível dele e ele 
ganhará

pela experiência.
Autor desconhecido


CARLOS E YARA RIBEIRO
São Luís - Maranhão - Brasil
--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br




--
AndréMessina (48) 99161507 ( Oi )
   (48) 84811234 (Tim)
--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br










--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] apt-get erro

2015-01-07 Thread Vitor Hugo
W: Falhou ao buscar 
https://download.01.org/gfx/ubuntu/14.04/main/dists/trusty/main/binary-i386/Packages 
server certificate verification failed. CAfile: 
/etc/ssl/certs/ca-certificates.crt CRLfile: none


E: Falhou o download de alguns ficheiros de índice. Foram ignorados ou 
os antigos foram usados em seu lugar.



--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] Virus no Firefox

2015-01-04 Thread Vitor Hugo

Estou com virus no Firefox? Como eu me livro disto?

[Can not disinfect] 
/home/vitorhugo/.cache/mozilla/firefox/72b7xlft.default/cache2/entries/33F297D8FD8063480C8B5D9129DCC2BA65315D17
[Found possible archive bomb] GZip Bomb (not disinfectable) 
/home/vitorhugo/.cache/mozilla/firefox/72b7xlft.default/cache2/entries/AB0C662DF79561349B27BD0F41F161E35F5EAEF1


--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Virus no Firefox

2015-01-04 Thread Vitor Hugo

F-prot
On 04-01-2015 23:02, Adalberto Malfatti Filho wrote:

Boas

  Como ou com qual aplicativo vc localizou este virus ?

  Obrigado. Abração


2015-01-04 14:48 GMT-02:00, Vitor Hugo vitorhug...@hotmail.com:

Estou com virus no Firefox? Como eu me livro disto?

[Can not disinfect]
/home/vitorhugo/.cache/mozilla/firefox/72b7xlft.default/cache2/entries/33F297D8FD8063480C8B5D9129DCC2BA65315D17
[Found possible archive bomb] GZip Bomb (not disinfectable)
/home/vitorhugo/.cache/mozilla/firefox/72b7xlft.default/cache2/entries/AB0C662DF79561349B27BD0F41F161E35F5EAEF1

--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br






--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] Erro apt-get GPG

2015-01-02 Thread Vitor Hugo
Quando rodo apt-get update aparece o seguinte erro abaixo, o que esta 
errado?


Ign http://archive.ubuntu.com trusty/universe Translation-pt_PT
100% [Trabalhando] 515 kB/s Baixados 316 B em 25s (12 B/s)
Lendo listas de pacotes... Pronto
W: Erro GPG: http://ppa.launchpad.net trusty Release: As assinaturas a 
seguir não puderam ser verificadas devido à chave pública não estar 
disponível: NO_PUBKEY 90BD7EACED8E640A

vitorhugo@vitorhugo-G41T-M7:~$


--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] som sumiu

2014-12-14 Thread Vitor Hugo

o som do meu ubuntu sumiu do nada o que eu faço?

--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Microsoft ameaça processar quem validar cópias piratas do MS Windows,e MS Office

2014-12-12 Thread Vitor Hugo

se fizer mesmo isto aumentara em muito a adoção do linux pela população

recentemente a corel fez isto com o x6 e muita gente acabou tendo que 
comprar mas aumentou muito a procura por alternativas livres.

On 12-12-2014 19:58, Dausacker wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Microsoft ameaça processar quem validar cópias piratas do MS Windows
e MS Office:


https://dausacker.wordpress.com/2014/12/12/microsoft-ameaca-processar-quem-validar-muitas-copias-piratas-do-ms-windows-e-ms-office/



- -
Compartilhar conhecimento é riqueza intelectual. Aposte na
colaboração: use somente programas e licenças livres.
- -

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUi2T3AAoJECzdJHoq6+C94LoQAJ5T1qKmSm0d8wGKgSAvB59m
6390aT3qySCY/Ey5fe7OrYwLrhiGEQAsyKmOmC4r4SincNvhRgzwZR+/YRZRih4g
uOIBnM71LqiGnYDSwp+PvB+esSpJp0bpWXWOMY7vslKXa86fs80J4s5GANK6ej4b
v+Hk/Upq+vYOjBV0jtLi30nqaxPeVIWRGm2n+uGtFONpc5mLt65ahS3/tybnmgVx
t/HsTs3Z2hHecnGJMIBQVxQ/FHzPFM+YX4wIf3M1e4DLhrB9UUl+s8qyhYygj9Yu
TPu+VC1ttmoO23T/hCK9tNOYKzWoh43Dj0/2Dq5ythsHJp2xlh8NWIY9+3xW1vnT
Dv+sVh5zW1jgVSOAsPHwM7+3ybc3f/wpvYxgxzvyZ2TLBYKDGD4pSVTmqVK4hnJp
KYLGXHmv2KJD52N4d3pLwBUww4U3DkFXgXhGYUWKidmM4JYIp/c6XxtfRilamg8U
51sLouoPKdpSzZQtUCiq4S89QMAhJrBgdy3LKyHV00HbDgW7il/1Lr0+G0PoVK1k
5ZsBj+Ijg/RSXs/RZ92k2klAds0CnsdQGpmYeJ7D9vdQh4ecBoz8ItLkunprKRDV
m3Z0Gy57xCKDUxTs6Lw6qABkC4qAUAHmX05ev+mjVajC7a+SiD66FWs4UO6n6xkf
7bN6BCbYEtgLhpgFOTiQ
=G164
-END PGP SIGNATURE-




--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[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

Re: [Ubuntu-BR] HD externo.

2014-12-08 Thread Vitor Hugo
Geralmente estas gavetas usb devem ser ligadas na tomada para funcionar. 
Eu tenho os 2 aqui no ubuntu e roda legal.

On 08-12-2014 19:38, Vanderley wrote:


Bom noite linuxers.

Tenho um HD de 1TB que uso internamente no desktop para dados.
O sistema de arquivos é NTFS, pois preciso algumas vezes usar esses 
dados em rWindows.
Funciona normalmente, no entanto se eu colocar numa gaveta USB, não 
reconhece, mas aparece no utilitário discos, nem dá a opção de montar, 
aparece como sistema de arquivos desconhecido.
Alguém passou por isso? Sabe dizer se precisa instalar algum pacote 
extra para montar automaticamente?
Fiz uma pesquisa no Google, mas só achei que tem que editar o 
/etc/fstab e modificar manualmente.


SO: Ubuntu 14.04.1
Gaveta Contac USB 3.0

Obrigado.




--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Virus?

2014-11-14 Thread Vitor Hugo
uma boa solução é utilizar os dns do norton

 Date: Fri, 14 Nov 2014 10:21:49 -0200
 From: jcala...@gmail.com
 To: ubuntu-br@lists.ubuntu.com
 Subject: Re: [Ubuntu-BR] Virus?
 
 Ao abrir o site da uol.com.br apareceu a mesma mensagem
 
 Em 14 de novembro de 2014 10:19, Mauro Risonho de Paula Assumpção 
 mauro.riso...@gmail.com escreveu:
 
  Olá.
 
  Provavelmente é uma malware ou backdoor.
 
  Mande a URL do site para mauro.riso...@gmail.com
 
  Faço analise de malware/backdoor e depois reporto aqui na lista.
 
  Att
 
  @firebitsbr
  Em 14/11/2014 09:34, José Carlos Alão de Oliveira jcala...@gmail.com
  escreveu:
 
   Ao abrir o Facebook ou o Google está aparecendo uma mensagem para
  instalar
   uma atualização do Google Chrome.
   Alguém já recebeu esta mensagem?
   Isto é um virus?
  
   --
   José Carlos Alão de Oliveira
   --
   Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
  
   Lista de discussão Ubuntu Brasil
   Histórico, descadastramento e outras opções:
   https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
  --
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 
 
 
 
 -- 
 José Carlos Alão de Oliveira
 -- 
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Antivirus

2014-11-11 Thread Vitor Hugo
f-prot é muito bom eu utilizo, atualiza sozinho e posso limpar hds pendrives 

 Date: Mon, 10 Nov 2014 17:52:10 -0200
 From: kibc...@hotmail.com
 To: ubuntu-br@lists.ubuntu.com
 Subject: Re: [Ubuntu-BR] Antivirus
 
 Justamente... Eu so queria escanear alguns arquivos pois pretendia 
 tranferi-los para um pc cujo SO é o windows.
 
 --- Original Message ---
 
 From: Renê Barbosa renebarbos...@gmail.com
 Sent: November 10, 2014 6:49 PM
 To: Lista de discussão da Comunidade Ubuntu Brasil 
 ubuntu-br@lists.ubuntu.com
 Subject: Re: [Ubuntu-BR] Antivirus
 
 Para escanear partições do Windows e/ou em servidores de arquivo/e-mail, eu
 até recomendo.
 
 
 Atenciosamente,
 
 *Renê Barbosa de Figueirêdo Lima*
 
 Em 10 de novembro de 2014 17:46, Dausacker dausac...@softwarelivre.org
 escreveu:
 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  Antivírus pra Ubuntu?
 
  Uso Ubuntu há 5 anos e nunca precisei.
 
 
 
  On 10/11/2014 15:50, Caio Brandão wrote:
   Valeu! Nao sabia que ja tinha um antivirus no terminal kkk
  
   --- Original Message ---
  
   From: Renê Barbosa renebarbos...@gmail.com Sent: November 10,
   2014 4:30 PM To: Lista de discussão da Comunidade Ubuntu Brasil
   ubuntu-br@lists.ubuntu.com Subject: Re: [Ubuntu-BR] Antivirus
  
   ClamAV
  
  
   Atenciosamente,
  
   *Renê Barbosa de Figueirêdo Lima*
  
   Em 10 de novembro de 2014 14:26, Caio Brandão
   kibc...@hotmail.com escreveu:
  
   Qual o melhor antivirus para ubuntu? Preciso de um que analise
   diretórios e arquivos, pois quero passar uns arquivos pro windows
   e preciso checá-los antes. Valeu pessoal, Caio -- Mais sobre o
   Ubuntu em português: http://www.ubuntu-br.org/comece
  
   Lista de discussão Ubuntu Brasil Histórico, descadastramento e
   outras opções:
   https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
   -- Mais sobre o Ubuntu em português:
   http://www.ubuntu-br.org/comece
  
   Lista de discussão Ubuntu Brasil Histórico, descadastramento e
   outras opções: https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
 
 
  - --
   ,= ,-_-. =.
   ((_/)o o(\_)) Não use drogas:
`-'(. .)`-'  Use GNU+Linux!
\_/  Usuário GNU+Linux #430209
  Blog: https://dausacker.wordpress.com/
  Jabber/XMPP: dausac...@jabber.se
  Diaspora: dausac...@pod.geraspora.de
  Quitter: https://quitter.se/cdausacker
 
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1
 
  iQIcBAEBAgAGBQJUYSRDAAoJECzdJHoq6+C9z8UP/RuZHkpDI1oYP2OW/jDgnlAv
  cJHcjFjVbTXPnBV3a7B6RJCMRH3YP/vfDKv++RB1ja/6tGdkGDmZCemhxfxWIbGv
  rmyV4FaYhUmkDueZPNdg4Ut3YpXJUVP9MIsqCm7KI4sYvT8IqHxh3m6Ve0qZR42h
  +TNxxe1ssgtvBAkn2uH8hWyL5FEmNaaj19h3wjZxWjfowYokTRcviCWWAUk3Lnr3
  GNhcXCDfl0LTZjylwCvQk26VRrscmJcQzLj2/oaROZcReS+6WEkBATuFJwI1LiF2
  0EKQxwucTzRc1S0rOXIbs4mYnvd8tn7LFRs4wH0Q4V111rRjbkC+q1KkkJXFp8lb
  9Yy+d/rwsbVChLcdrKQPWScXPngKd67jtUwfry/lY4g0aHXGO+qjJeLsR+8wQT1K
  CF1bHnUQWAPM/GjNnP7tTpKOOHlrTbFenkXlyYRXUch+PXdyJHheMAO+/ch5wKFV
  /kvwzOcklaXBKlPNFaQoyZwG/6FxqnZgUL1BsWkaDdIxuWRce3fQLXSzcrj/2tzc
  wvHgElnPwMxLRjc57STXE9r37I+TBhyIGxYdBfP8lA/Bwe9TB9Bs7aX8FuPDcnV6
  vuHHrJB2A8EY1QOxzoIVnhcz4EjJEUQEdznTOmqEpywYjACGGFv2mIZ+lxGa3bCs
  VVxPLbqgezAa/EKTMusv
  =lCAO
  -END PGP SIGNATURE-
 
  --
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 
 -- 
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] instalar cde

2014-11-07 Thread Vitor Hugo
consigo compilar e instalar porem quando ele inicia fica em uma tela 
azul e nao sai daquilo nao carrega o sistema. o sistema eh recente 2014 
entao deveria funcionar.

On 05-11-2014 22:40, J.F.Salles wrote:

Em Qua, 2014-11-05 às 19:08 -0300, Rodrigo Maia escreveu:


o que seria CDE - Common Display E
?


Rodrigo, isso mesmo, Common Desktop Environement.
Mas sei lá não levo muita fé na instalação eficiente em uma versão
muito recente do Ubuntu não.
Posso estar enganado, não cheguei a ver mas acho que vai conflitar em
muitas coisas por causa da versão de kernel em que foi originado e na
que vai ser instalado.
Vitor Hugo, por que não pegas uma iso pronta do Debian com o ambiente?
Vai te economizar uma limpesa e tanto no sistema.

NetHell


Em 4 de novembro de 2014 20:46, Vitor Hugo vitorhug...@hotmail.com
escreveu:


Alguém ja conseguiu rodar o cde no ubuntu? estou tentando instalar mas ele
compilar mas não consigo fazer iniciar.

--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br






--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] instalar cde

2014-11-07 Thread Vitor Hugo
ele me parece bom e bem leve muito bom pra ser utilizado em servidores 
ou maquinas com baixa configurações, estou usando o razor-qt que é bem 
leve mas o cde é mais.

On 07-11-2014 21:12, J.F.Salles wrote:

Em Sex, 2014-11-07 às 20:45 -0200, Vitor Hugo escreveu:


consigo compilar e instalar porem quando ele inicia fica em uma tela
azul e nao sai daquilo nao carrega o sistema. o sistema eh recente 2014
entao deveria funcionar.


Até gostaria de experimentar isto contigo, Vitor, mas estou sem tempo e
sem uma máquina efetiva com Ubuntu aqui. o que me reduz recursos para
fazer esse teste.
Com a iso do CDEbian, fiz um teste pelo VirtualBox e, apesar de ter
rodado o sistema e instalado ele sem complicações, percebi no daemon de
carregamento inicial alguns erros de hardware, mas nenhum deles impediu
a performance do ambiente, que carregou e funcionou sem problemas.
Não posso no momento me prolongar em testes assim, mas estou propenso a
achar que tem algo a ver com drivers proprietários que talvez você
necesite no Ubuntu original, ou seja, esses drivers não estão carregando
no ambiente e por isso você deve estar tendo essa situação.
Como rodei direto no VirtualBox, esse problema foi eliminado pelas
configurações herdadas do hospedeiro.
Procure ver nesse aspecto se você tem como fazer um teste à parte, com o
sistema sem utilizar drivers pós instalados.

NetHell



On 05-11-2014 22:40, J.F.Salles wrote:

Em Qua, 2014-11-05 às 19:08 -0300, Rodrigo Maia escreveu:


o que seria CDE - Common Display E
?


Rodrigo, isso mesmo, Common Desktop Environement.
Mas sei lá não levo muita fé na instalação eficiente em uma versão
muito recente do Ubuntu não.
Posso estar enganado, não cheguei a ver mas acho que vai conflitar em
muitas coisas por causa da versão de kernel em que foi originado e na
que vai ser instalado.
Vitor Hugo, por que não pegas uma iso pronta do Debian com o ambiente?
Vai te economizar uma limpesa e tanto no sistema.

NetHell


Em 4 de novembro de 2014 20:46, Vitor Hugo vitorhug...@hotmail.com
escreveu:


Alguém ja conseguiu rodar o cde no ubuntu? estou tentando instalar mas ele
compilar mas não consigo fazer iniciar.

--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br








--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] skype ubuntu caindo

2014-11-06 Thread Vitor Hugo
Toda vez que faço uma video chamada no skype a internet começa a oscilar 
e cai. somente acontece isto com o skype para linux.


--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] instalar cde

2014-11-04 Thread Vitor Hugo
Alguém ja conseguiu rodar o cde no ubuntu? estou tentando instalar mas 
ele compilar mas não consigo fazer iniciar.


--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] mudar arquitetura

2014-10-24 Thread Vitor Hugo
é possivel mudar o sistema de 32bits para 64bits sem ter que formatar e 
reinstalar denovo?


--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] firefox travando

2014-08-09 Thread Vitor Hugo
fiz a atualizacao dos drivers e continua travando so que agora um pouco 
menos.

On 31-07-2014 08:10, Anderson Moreira de Souza wrote:

http://www.omgubuntu.co.uk/2014/05/intel-linux-graphics-driver-installer-1-0-5

amd64 (x64)
https://download.01.org/gfx/ubuntu/14.04/main/pool/main/i/intel-linux-graphics-installer/intel-linux-graphics-installer_1.0.5-0intel1_amd64.deb
i386 (x32)
https://download.01.org/gfx/ubuntu/14.04/main/pool/main/i/intel-linux-graphics-installer/intel-linux-graphics-installer_1.0.5-0intel1_i386.deb



Em 27 de julho de 2014 12:02, Lasaro lasarocarva...@gmail.com escreveu:


Amigos,

Acho que este problema está relacionado ao java.
A nova versão do skype usa java e vive travando, pensei que o problema
estivesse no Fire, não está, já fiz um teste, fiquei um tempinho
trabalhando só com o chrome e travou tb.
Os comentários que fizeram em relação a repositórios oficiais não resolveu,
desinstalei e instalei conforme orientações aqui passadas e nada.
Alguma luz???
Já tá me tirando do sério, rs, trava umas 4, 5X no dia, ninguém merece.



Em 22 de julho de 2014 13:53, Lasaro lasarocarva...@gmail.com escreveu:


Gente na boa, acho q é problema na versão.
Na versão anterior o meu não travava.


Lásaro Carvalho
Site: www.lasarocarvalho.com.br
Antes de imprimir, pense em sua responsabilidade e compromisso com o meio
ambiente.

Em 22 de julho de 2014 13:50, Vitor Hugo vitorhug...@hotmail.com
escreveu:

o meu esta desativado aceleração gráfica e mesmo assim ele trava e

reinicia sozinho


Date: Mon, 21 Jul 2014 13:48:42 -0300
From: sirhamac...@gmail.com
To: ubuntu-br@lists.ubuntu.com
Subject: Re: [Ubuntu-BR] firefox travando

Então, eu fiz essa pergunta porque os drivers binários nvidia usam
aceleração gráfica e dão esse xabú, isto é, pequenas paradinhas, não

são

travadas, são paradinhas de uns 5 segundos dando a impressão que o X

travou

(não, não errei, é o ambiente gráfico inteiro). As vezes demora mais

tempo

daí dou um ALT+SHIFT+F1 seguido de um ALT_SHIFT+F7 e volta a funcionar
imediatamente. Mas isso é meio aleatório e quando acontece da primeira

vez,

não acontece uma segunda durante o uso do login.

Trocado o driver nvidia por noveau (opensource), esse comportamento
desaparece. Mas ainda assim prefiro o nvidia e vou convivendo com o
problema.

Mas como está usando Intel, então esqueçe o que eu disse.


Em 17 de julho de 2014 21:25, Lasaro lasarocarva...@gmail.com

escreveu:

minha placa é onboard Intel...
Uso os drivers instaldos junto com o ubuntu.

lasaro@lasaro-note:~$ lsmod
Module  Size  Used by
bnep   19624  2
rfcomm 69160  0
bluetooth 391196  10 bnep,rfcomm
lib80211_crypt_tkip17619  0
snd_hda_codec_idt  54645  1
wl   4207846  0
gpio_ich   13476  0
dell_wmi   12761  0
sparse_keymap  13948  1 dell_wmi
uvcvideo   80885  0
dell_laptop18168  0
dcdbas 14928  1 dell_laptop
videobuf2_vmalloc  13216  1 uvcvideo
snd_hda_intel  52355  5
videobuf2_memops   13362  1 videobuf2_vmalloc
snd_hda_codec 192906  2 snd_hda_codec_idt,snd_hda_intel
videobuf2_core 40664  1 uvcvideo
videodev  134688  2 uvcvideo,videobuf2_core
snd_hwdep  13602  1 snd_hda_codec
snd_pcm   102099  3 snd_hda_codec,snd_hda_intel
snd_page_alloc 18710  2 snd_pcm,snd_hda_intel
snd_seq_midi   13324  0
snd_seq_midi_event 14899  1 snd_seq_midi
i915  783805  4
snd_rawmidi30144  1 snd_seq_midi
snd_seq61560  2 snd_seq_midi_event,snd_seq_midi
snd_seq_device 14497  3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer  29482  2 snd_pcm,snd_seq
lib80211   14381  2 wl,lib80211_crypt_tkip
snd69238  19



snd_hwdep,snd_timer,snd_hda_codec_idt,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi

cfg80211  484040  1 wl
drm_kms_helper 53081  1 i915
soundcore  12680  1 snd
coretemp   13435  0
drm   303102  5 i915,drm_kms_helper
parport_pc 32701  0
joydev 17381  0
serio_raw  13462  0
i2c_algo_bit   13413  1 i915
ppdev  17671  0
lp 17759  0
lpc_ich21080  0
wmi19177  1 dell_wmi
mac_hid13205  0
video  19476  1 i915
parport42348  3 lp,ppdev,parport_pc
hid_generic12548  0
usbhid 52570  0
hid   106148  2 hid_generic,usbhid
ums_realtek18029  0
usb_storage62209  1 ums_realtek
psmouse   106678  0
sky2   58191  0
lasaro@lasaro-note:~$



Em 17 de julho de 2014 16:23, hamacker sirhamac...@gmail.com

escreveu:

Sua placa de vídeo é nVidia e está usando o driver binário?


Em 16 de

Re: [Ubuntu-BR] Corrigir icons theme

2014-07-22 Thread Vitor Hugo
difícil talvez seja melhor voce entrar em contato com o criador do thema 
geralmente deve ter algum email no arquivo readme ou afins e explicar seus 
problemas. ja tive problemas com themas e tive que abandonar alguns porque não 
funcionavam direito e para arrumar daria muito mais trabalho do que 
simplesmente trocar por outro.

 From: matheus.sara...@gmail.com
 Date: Tue, 22 Jul 2014 04:36:47 -0700
 To: ubuntu-br@lists.ubuntu.com
 Subject: Re: [Ubuntu-BR] Corrigir icons theme
 
 O problema é esse, gostei do tema mas ele ficou com esse problema.
 Queria saber uma forma de consertar o tema. Talvez editando o arquivo
 index.theme.
 
 Enviado pelo meu Windows Phone De: Vitor Hugo
 Enviada em: ‎21/‎07/‎2014 21:22
 Para: ubuntu-br@lists.ubuntu.com
 Assunto: Re: [Ubuntu-BR] Corrigir icons theme
 Tem que ir testando alguns não funcionam por causa de compatibilidade
 você precisa ler o readme de instalação geralmente lá fala sobre isso.
 
  Date: Sun, 20 Jul 2014 18:49:07 -0300
  From: matheus.sara...@gmail.com
  To: ubuntu-br@lists.ubuntu.com
  Subject: [Ubuntu-BR] Corrigir icons theme
 
  As vezes instalamos um determinado tema, mas ele não funciona como
  esperado, tipo, algumas aplicações e pastas não usam o icone do thema,
  mesmo o icone apropriado estando na pasta do thema. As vezes o icone de
  uma aplicação como o firefox não é usando, mesmo o novo icone do firefox
  estando na pasta do thema.
  Existe alguma maneira de corrigir isso?
 
  Geralmente perdemos um certo tempo procurando um tema que nos agrade ai
  quando finalmente encontramos o mesmo não funciona 100%
 
  --
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
   
 -- 
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 
 -- 
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] firefox travando

2014-07-22 Thread Vitor Hugo
o meu esta desativado aceleração gráfica e mesmo assim ele trava e reinicia 
sozinho

 Date: Mon, 21 Jul 2014 13:48:42 -0300
 From: sirhamac...@gmail.com
 To: ubuntu-br@lists.ubuntu.com
 Subject: Re: [Ubuntu-BR] firefox travando
 
 Então, eu fiz essa pergunta porque os drivers binários nvidia usam
 aceleração gráfica e dão esse xabú, isto é, pequenas paradinhas, não são
 travadas, são paradinhas de uns 5 segundos dando a impressão que o X travou
 (não, não errei, é o ambiente gráfico inteiro). As vezes demora mais tempo
 daí dou um ALT+SHIFT+F1 seguido de um ALT_SHIFT+F7 e volta a funcionar
 imediatamente. Mas isso é meio aleatório e quando acontece da primeira vez,
 não acontece uma segunda durante o uso do login.
 
 Trocado o driver nvidia por noveau (opensource), esse comportamento
 desaparece. Mas ainda assim prefiro o nvidia e vou convivendo com o
 problema.
 
 Mas como está usando Intel, então esqueçe o que eu disse.
 
 
 Em 17 de julho de 2014 21:25, Lasaro lasarocarva...@gmail.com escreveu:
 
  minha placa é onboard Intel...
  Uso os drivers instaldos junto com o ubuntu.
 
  lasaro@lasaro-note:~$ lsmod
  Module  Size  Used by
  bnep   19624  2
  rfcomm 69160  0
  bluetooth 391196  10 bnep,rfcomm
  lib80211_crypt_tkip17619  0
  snd_hda_codec_idt  54645  1
  wl   4207846  0
  gpio_ich   13476  0
  dell_wmi   12761  0
  sparse_keymap  13948  1 dell_wmi
  uvcvideo   80885  0
  dell_laptop18168  0
  dcdbas 14928  1 dell_laptop
  videobuf2_vmalloc  13216  1 uvcvideo
  snd_hda_intel  52355  5
  videobuf2_memops   13362  1 videobuf2_vmalloc
  snd_hda_codec 192906  2 snd_hda_codec_idt,snd_hda_intel
  videobuf2_core 40664  1 uvcvideo
  videodev  134688  2 uvcvideo,videobuf2_core
  snd_hwdep  13602  1 snd_hda_codec
  snd_pcm   102099  3 snd_hda_codec,snd_hda_intel
  snd_page_alloc 18710  2 snd_pcm,snd_hda_intel
  snd_seq_midi   13324  0
  snd_seq_midi_event 14899  1 snd_seq_midi
  i915  783805  4
  snd_rawmidi30144  1 snd_seq_midi
  snd_seq61560  2 snd_seq_midi_event,snd_seq_midi
  snd_seq_device 14497  3 snd_seq,snd_rawmidi,snd_seq_midi
  snd_timer  29482  2 snd_pcm,snd_seq
  lib80211   14381  2 wl,lib80211_crypt_tkip
  snd69238  19
 
  snd_hwdep,snd_timer,snd_hda_codec_idt,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
  cfg80211  484040  1 wl
  drm_kms_helper 53081  1 i915
  soundcore  12680  1 snd
  coretemp   13435  0
  drm   303102  5 i915,drm_kms_helper
  parport_pc 32701  0
  joydev 17381  0
  serio_raw  13462  0
  i2c_algo_bit   13413  1 i915
  ppdev  17671  0
  lp 17759  0
  lpc_ich21080  0
  wmi19177  1 dell_wmi
  mac_hid13205  0
  video  19476  1 i915
  parport42348  3 lp,ppdev,parport_pc
  hid_generic12548  0
  usbhid 52570  0
  hid   106148  2 hid_generic,usbhid
  ums_realtek18029  0
  usb_storage62209  1 ums_realtek
  psmouse   106678  0
  sky2   58191  0
  lasaro@lasaro-note:~$
 
 
 
  Em 17 de julho de 2014 16:23, hamacker sirhamac...@gmail.com escreveu:
 
   Sua placa de vídeo é nVidia e está usando o driver binário?
  
  
   Em 16 de julho de 2014 16:02, Lasaro lasarocarva...@gmail.com
  escreveu:
  
Prezados,
   
   
Realmente não é java.
Atualizei o java e não resolveu. Acabei de reiniciar o note devido a
travamento.
Além do Fire, o skype anda travando também.
Alugém tem mais algum palpite?
   
   
Lásaro Carvalho
Site: www.lasarocarvalho.com.br
Antes de imprimir, pense em sua responsabilidade e compromisso com o
  meio
ambiente.
   
   
   
Em 16 de julho de 2014 13:30, hamacker sirhamac...@gmail.com
  escreveu:
   
 Acho que não é java porque na ultimas versões do FF ele vem
   desabilitado
e
 quando ocorre de precisar de java numa página, o FF fica perguntando
sobre
 executar ou executar e memorizar.
 O colega que tá com problemas poderia resetar o perfil do FF, e
  começar
do
 zero, e então perceber se essas 'paradinhas' só ocorrem com páginas
  que
tem
 Java.
 O FF permite armazenar as senhas, cookies, bookmarks,
  complementos,...
   na
 nuvem, ele pode fazer isso antes de resetar o FF, mas eu só salvaria
   para
 backup as senhas, bookmarks e complementos, os demais não são
importantes e
 se restabelecem conforme o uso.
 Quando iniciar o FF resetado, então ponha sua conta novamente e ele

Re: [Ubuntu-BR] Corrigir icons theme

2014-07-21 Thread Vitor Hugo
Tem que ir testando alguns não funcionam por causa de compatibilidade você 
precisa ler o readme de instalação geralmente lá fala sobre isso.

 Date: Sun, 20 Jul 2014 18:49:07 -0300
 From: matheus.sara...@gmail.com
 To: ubuntu-br@lists.ubuntu.com
 Subject: [Ubuntu-BR] Corrigir icons theme
 
 As vezes instalamos um determinado tema, mas ele não funciona como 
 esperado, tipo, algumas aplicações e pastas não usam o icone do thema, 
 mesmo o icone apropriado estando na pasta do thema. As vezes o icone de 
 uma aplicação como o firefox não é usando, mesmo o novo icone do firefox 
 estando na pasta do thema.
 Existe alguma maneira de corrigir isso?
 
 Geralmente perdemos um certo tempo procurando um tema que nos agrade ai 
 quando finalmente encontramos o mesmo não funciona 100%
 
 -- 
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] firefox travando

2014-07-20 Thread Vitor Hugo
alguem conseguiu resolver este problema? somente afeta o ubuntu? meu firefox 
esta reiniciando direto denovo.

 From: vitorhug...@hotmail.com
 To: ubuntu-br@lists.ubuntu.com
 Date: Thu, 17 Jul 2014 23:43:30 -0300
 Subject: Re: [Ubuntu-BR] firefox travando
 
 A minha também é será algum bug com as placas Intel?
 
  Date: Thu, 17 Jul 2014 21:25:51 -0300
  From: lasarocarva...@gmail.com
  To: ubuntu-br@lists.ubuntu.com
  Subject: Re: [Ubuntu-BR] firefox travando
  
  minha placa é onboard Intel...
  Uso os drivers instaldos junto com o ubuntu.
  
  lasaro@lasaro-note:~$ lsmod
  Module  Size  Used by
  bnep   19624  2
  rfcomm 69160  0
  bluetooth 391196  10 bnep,rfcomm
  lib80211_crypt_tkip17619  0
  snd_hda_codec_idt  54645  1
  wl   4207846  0
  gpio_ich   13476  0
  dell_wmi   12761  0
  sparse_keymap  13948  1 dell_wmi
  uvcvideo   80885  0
  dell_laptop18168  0
  dcdbas 14928  1 dell_laptop
  videobuf2_vmalloc  13216  1 uvcvideo
  snd_hda_intel  52355  5
  videobuf2_memops   13362  1 videobuf2_vmalloc
  snd_hda_codec 192906  2 snd_hda_codec_idt,snd_hda_intel
  videobuf2_core 40664  1 uvcvideo
  videodev  134688  2 uvcvideo,videobuf2_core
  snd_hwdep  13602  1 snd_hda_codec
  snd_pcm   102099  3 snd_hda_codec,snd_hda_intel
  snd_page_alloc 18710  2 snd_pcm,snd_hda_intel
  snd_seq_midi   13324  0
  snd_seq_midi_event 14899  1 snd_seq_midi
  i915  783805  4
  snd_rawmidi30144  1 snd_seq_midi
  snd_seq61560  2 snd_seq_midi_event,snd_seq_midi
  snd_seq_device 14497  3 snd_seq,snd_rawmidi,snd_seq_midi
  snd_timer  29482  2 snd_pcm,snd_seq
  lib80211   14381  2 wl,lib80211_crypt_tkip
  snd69238  19
  snd_hwdep,snd_timer,snd_hda_codec_idt,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
  cfg80211  484040  1 wl
  drm_kms_helper 53081  1 i915
  soundcore  12680  1 snd
  coretemp   13435  0
  drm   303102  5 i915,drm_kms_helper
  parport_pc 32701  0
  joydev 17381  0
  serio_raw  13462  0
  i2c_algo_bit   13413  1 i915
  ppdev  17671  0
  lp 17759  0
  lpc_ich21080  0
  wmi19177  1 dell_wmi
  mac_hid13205  0
  video  19476  1 i915
  parport42348  3 lp,ppdev,parport_pc
  hid_generic12548  0
  usbhid 52570  0
  hid   106148  2 hid_generic,usbhid
  ums_realtek18029  0
  usb_storage62209  1 ums_realtek
  psmouse   106678  0
  sky2   58191  0
  lasaro@lasaro-note:~$
  
  
  
  Em 17 de julho de 2014 16:23, hamacker sirhamac...@gmail.com escreveu:
  
   Sua placa de vídeo é nVidia e está usando o driver binário?
  
  
   Em 16 de julho de 2014 16:02, Lasaro lasarocarva...@gmail.com escreveu:
  
Prezados,
   
   
Realmente não é java.
Atualizei o java e não resolveu. Acabei de reiniciar o note devido a
travamento.
Além do Fire, o skype anda travando também.
Alugém tem mais algum palpite?
   
   
Lásaro Carvalho
Site: www.lasarocarvalho.com.br
Antes de imprimir, pense em sua responsabilidade e compromisso com o 
meio
ambiente.
   
   
   
Em 16 de julho de 2014 13:30, hamacker sirhamac...@gmail.com escreveu:
   
 Acho que não é java porque na ultimas versões do FF ele vem
   desabilitado
e
 quando ocorre de precisar de java numa página, o FF fica perguntando
sobre
 executar ou executar e memorizar.
 O colega que tá com problemas poderia resetar o perfil do FF, e 
 começar
do
 zero, e então perceber se essas 'paradinhas' só ocorrem com páginas 
 que
tem
 Java.
 O FF permite armazenar as senhas, cookies, bookmarks, complementos,...
   na
 nuvem, ele pode fazer isso antes de resetar o FF, mas eu só salvaria
   para
 backup as senhas, bookmarks e complementos, os demais não são
importantes e
 se restabelecem conforme o uso.
 Quando iniciar o FF resetado, então ponha sua conta novamente e ele
 restaurará a configuração anterior, e senhas, bookmarks e complementos
 serão restaurados.

 inte+


 Em 6 de julho de 2014 20:23, Paulo de Souza Lima 
paulo.s.l...@varekai.org
 
 escreveu:

  Aposto cinquentão que é o Java. Comigo acontece a mesma coisa. Só 
  que
 após
  um (longo) período de tempo ele volta a funcionar, na maioria das
vezes.
 
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 

Re: [Ubuntu-BR] firefox travando

2014-07-17 Thread Vitor Hugo
A minha também é será algum bug com as placas Intel?

 Date: Thu, 17 Jul 2014 21:25:51 -0300
 From: lasarocarva...@gmail.com
 To: ubuntu-br@lists.ubuntu.com
 Subject: Re: [Ubuntu-BR] firefox travando
 
 minha placa é onboard Intel...
 Uso os drivers instaldos junto com o ubuntu.
 
 lasaro@lasaro-note:~$ lsmod
 Module  Size  Used by
 bnep   19624  2
 rfcomm 69160  0
 bluetooth 391196  10 bnep,rfcomm
 lib80211_crypt_tkip17619  0
 snd_hda_codec_idt  54645  1
 wl   4207846  0
 gpio_ich   13476  0
 dell_wmi   12761  0
 sparse_keymap  13948  1 dell_wmi
 uvcvideo   80885  0
 dell_laptop18168  0
 dcdbas 14928  1 dell_laptop
 videobuf2_vmalloc  13216  1 uvcvideo
 snd_hda_intel  52355  5
 videobuf2_memops   13362  1 videobuf2_vmalloc
 snd_hda_codec 192906  2 snd_hda_codec_idt,snd_hda_intel
 videobuf2_core 40664  1 uvcvideo
 videodev  134688  2 uvcvideo,videobuf2_core
 snd_hwdep  13602  1 snd_hda_codec
 snd_pcm   102099  3 snd_hda_codec,snd_hda_intel
 snd_page_alloc 18710  2 snd_pcm,snd_hda_intel
 snd_seq_midi   13324  0
 snd_seq_midi_event 14899  1 snd_seq_midi
 i915  783805  4
 snd_rawmidi30144  1 snd_seq_midi
 snd_seq61560  2 snd_seq_midi_event,snd_seq_midi
 snd_seq_device 14497  3 snd_seq,snd_rawmidi,snd_seq_midi
 snd_timer  29482  2 snd_pcm,snd_seq
 lib80211   14381  2 wl,lib80211_crypt_tkip
 snd69238  19
 snd_hwdep,snd_timer,snd_hda_codec_idt,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
 cfg80211  484040  1 wl
 drm_kms_helper 53081  1 i915
 soundcore  12680  1 snd
 coretemp   13435  0
 drm   303102  5 i915,drm_kms_helper
 parport_pc 32701  0
 joydev 17381  0
 serio_raw  13462  0
 i2c_algo_bit   13413  1 i915
 ppdev  17671  0
 lp 17759  0
 lpc_ich21080  0
 wmi19177  1 dell_wmi
 mac_hid13205  0
 video  19476  1 i915
 parport42348  3 lp,ppdev,parport_pc
 hid_generic12548  0
 usbhid 52570  0
 hid   106148  2 hid_generic,usbhid
 ums_realtek18029  0
 usb_storage62209  1 ums_realtek
 psmouse   106678  0
 sky2   58191  0
 lasaro@lasaro-note:~$
 
 
 
 Em 17 de julho de 2014 16:23, hamacker sirhamac...@gmail.com escreveu:
 
  Sua placa de vídeo é nVidia e está usando o driver binário?
 
 
  Em 16 de julho de 2014 16:02, Lasaro lasarocarva...@gmail.com escreveu:
 
   Prezados,
  
  
   Realmente não é java.
   Atualizei o java e não resolveu. Acabei de reiniciar o note devido a
   travamento.
   Além do Fire, o skype anda travando também.
   Alugém tem mais algum palpite?
  
  
   Lásaro Carvalho
   Site: www.lasarocarvalho.com.br
   Antes de imprimir, pense em sua responsabilidade e compromisso com o meio
   ambiente.
  
  
  
   Em 16 de julho de 2014 13:30, hamacker sirhamac...@gmail.com escreveu:
  
Acho que não é java porque na ultimas versões do FF ele vem
  desabilitado
   e
quando ocorre de precisar de java numa página, o FF fica perguntando
   sobre
executar ou executar e memorizar.
O colega que tá com problemas poderia resetar o perfil do FF, e começar
   do
zero, e então perceber se essas 'paradinhas' só ocorrem com páginas que
   tem
Java.
O FF permite armazenar as senhas, cookies, bookmarks, complementos,...
  na
nuvem, ele pode fazer isso antes de resetar o FF, mas eu só salvaria
  para
backup as senhas, bookmarks e complementos, os demais não são
   importantes e
se restabelecem conforme o uso.
Quando iniciar o FF resetado, então ponha sua conta novamente e ele
restaurará a configuração anterior, e senhas, bookmarks e complementos
serão restaurados.
   
inte+
   
   
Em 6 de julho de 2014 20:23, Paulo de Souza Lima 
   paulo.s.l...@varekai.org

escreveu:
   
 Aposto cinquentão que é o Java. Comigo acontece a mesma coisa. Só que
após
 um (longo) período de tempo ele volta a funcionar, na maioria das
   vezes.

--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
   
Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
   
  
  
  
   --
   --
   Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
  
   Lista de discussão Ubuntu Brasil
   Histórico, descadastramento e outras opções:
   https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
  --
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 

Re: [Ubuntu-BR] firefox travando

2014-07-08 Thread Vitor Hugo
ontem desativei a correção ortográfica e vi que fica um pouco mais leve.

 Date: Tue, 8 Jul 2014 10:56:10 -0300
 From: xisbe...@gmail.com
 To: ubuntu-br@lists.ubuntu.com
 Subject: Re: [Ubuntu-BR] firefox travando
 
 Em 7 de julho de 2014 19:08, Paulo de Souza Lima paulo.s.l...@varekai.org
 escreveu:
 
  Vale a pena discutir essa estatística? Acho que não.
 
 
 Não é a estatística, afinal 80% das estatísticas citadas em argumentos são
 inventadas :)
 
 É a confusão entre Java e Javascript.
 
 Desabilitar o plugin do Java não vai interferir com a execução do
 Javascript, vai impedir que sites de bancos funcionem.
 
 Aliás, nas últimas versões do Firefox, o plugin do Java vem bloqueado e o
 usuário precisa desbloqueá-lo para cada site que tenta usá-lo.
 
 
 -- 
 Humberto Fraga
 https://play.google.com/store/apps/developer?id=Humberto+Fraga
 -- 
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] firefox travando

2014-07-06 Thread Vitor Hugo
estou com um problema ja algum tempo que não consigo resolver meu firefox fica 
pesado e derre pente trava e reinicia sozinho quando estou navegando isto nao 
acontece com os outros navegadores como o chromium ou opera 
 
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] firefox travando

2014-07-06 Thread Vitor Hugo
ubuntu 14.04 e firefox 3.0
somente o firefox trava e fica bem pesado

 Date: Sun, 6 Jul 2014 19:22:05 -0300
 From: binoli...@gmail.com
 To: ubuntu-br@lists.ubuntu.com
 Subject: Re: [Ubuntu-BR] firefox travando
 
 Em 6 de julho de 2014 13:09, Vitor Hugo vitorhug...@hotmail.com escreveu:
  estou com um problema ja algum tempo que não consigo resolver meu firefox 
  fica pesado e derre pente trava e reinicia sozinho quando estou navegando 
  isto nao acontece com os outros navegadores como o chromium ou opera
 
 Estava com esse problema. Qual versão está usando ?
 
 Aq parou, acredito q seja alguma atualização.
 
 -- 
 Albino Biasutti Neto
 http://twitter.com/b1n0anb
 
 -- 
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] off-topic - senha wifi

2014-05-12 Thread Vitor Hugo
é possível filtrar arp?

 Date: Sun, 11 May 2014 16:13:59 -0300
 From: ti...@tiagopassos.com
 To: ubuntu-br@lists.ubuntu.com
 Subject: Re: [Ubuntu-BR] off-topic - senha wifi
 
 Acho que com filtro de mac já dá uma proteção razoável.
 
 Fora isso, você pode tentar reduzir a potência do roteador, caso ele 
 chegue muito além e onde você precise usar. Exemplo: Você tem um 
 roteador em casa e o sinal chega 3 quadras de distância :P
 
 Além disso, acho que só desligando o roteador e ficando só no cabo 
 ethernet mesmo :P
 
 On 09-05-2014 12:57, Vitor Hugo wrote:
  eu utilizo filtro mac adress e vpn l2tp gostaria de saber se existe mais 
  algum tipo de proteção que possa colocar na minha rede?
 
  estou tentando implementar ipsec para proteger a rede wifi
 
  Date: Mon, 5 May 2014 21:39:44 -0300
  From: ti...@tiagopassos.com
  To: ubuntu-br@lists.ubuntu.com
  Subject: Re: [Ubuntu-BR] off-topic - senha wifi
 
  De WPA2 mesmo. Não vejo motivo pra economizar com isso.
 
  Como se não bastasse os bugs que tem no protocolo, economizar com senha
  é tenso :P
 
  http://airodump.net/intuitive-wifi-hacking-gui-ubuntu-linux/
 
  On 05-05-2014 09:54, Rodrigo Nunes wrote:
  como assim? 8 caracteres quebra num piscar de olhos? voce está falando de
  wpa2?
 
  Message: 3
  Date: Sun, 04 May 2014 16:49:07 -0300
  From: Tiago Passos ti...@tiagopassos.com
  To: Lista de discussão da Comunidade Ubuntu Brasil
ubuntu-br@lists.ubuntu.com
  Subject: Re: [Ubuntu-BR] off-topic - senha wifi
  Message-ID: 536699b3.8090...@tiagopassos.com
  Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 
  8 caracteres quebra num piscar de olhos. Eu boto no mínimo 16.
 
  Senha WI-FI é uma coisa que voce~ só bota uma vez em cada dispositivo,
  não é como senha de e-mail, que você tem que digitar toda hora. Então
  pra que economizar? :P
 
  A menos que seja um WI-FI de estabelecimento comercial (para
  visitantes), aí a senha tem que ser mais simples mesmo.
 
  On 01-05-2014 12:21, Adauto Serpa wrote:
  Vitor,
 
  A tecnologia WPA2 possui uma criptografia muito boa, se você não é um
  paranoico por segurança crie uma senha com os padrões recomendados:
 
  Letras maiúsculas e minúscula
  Números e caracteres especiais
 
  Com no mínimo 8 caracteres sua senha deve possuir.
 
  Outra coisa, para quebrar esse tipo de criptografia a pessoa deve 
  possuir
  processamento com processadores gráficos ultra sinistros, senão poderá
  levar anos para descobrir sua senha.
 
  Outra medida legal é trocar a senha de tempos em tempos.
 
  att,
 
 
  Em 30 de abril de 2014 21:41, Vitor Hugo vitorhug...@hotmail.com
  escreveu:
  Como faço para proteger o roteador wifi? como gerar uma boa senha pelo
  linux? como voces protegem?
 
  --
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 
  --
  Tiago Passos
  Projeto Web - Hospede quantos sites quiser por R$5,95/mês
  www.projetoweb.info http://www.projetoweb.info
 
 
 
 
  -- 
  Tiago Passos
  Projeto Web - Hospede quantos sites quiser por R$5,95/mês
  www.projetoweb.info http://www.projetoweb.info
  -- 
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
 
 
 -- 
 Tiago Passos
 Projeto Web - Hospede quantos sites quiser por R$5,95/mês
 www.projetoweb.info http://www.projetoweb.info
 -- 
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] off-topic - senha wifi

2014-05-09 Thread Vitor Hugo
eu utilizo filtro mac adress e vpn l2tp gostaria de saber se existe mais algum 
tipo de proteção que possa colocar na minha rede?

estou tentando implementar ipsec para proteger a rede wifi

 Date: Mon, 5 May 2014 21:39:44 -0300
 From: ti...@tiagopassos.com
 To: ubuntu-br@lists.ubuntu.com
 Subject: Re: [Ubuntu-BR] off-topic - senha wifi
 
 De WPA2 mesmo. Não vejo motivo pra economizar com isso.
 
 Como se não bastasse os bugs que tem no protocolo, economizar com senha 
 é tenso :P
 
 http://airodump.net/intuitive-wifi-hacking-gui-ubuntu-linux/
 
 On 05-05-2014 09:54, Rodrigo Nunes wrote:
  como assim? 8 caracteres quebra num piscar de olhos? voce está falando de
  wpa2?
 
  Message: 3
  Date: Sun, 04 May 2014 16:49:07 -0300
  From: Tiago Passos ti...@tiagopassos.com
  To: Lista de discussão da Comunidade Ubuntu Brasil
   ubuntu-br@lists.ubuntu.com
  Subject: Re: [Ubuntu-BR] off-topic - senha wifi
  Message-ID: 536699b3.8090...@tiagopassos.com
  Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 
  8 caracteres quebra num piscar de olhos. Eu boto no mínimo 16.
 
  Senha WI-FI é uma coisa que voce~ só bota uma vez em cada dispositivo,
  não é como senha de e-mail, que você tem que digitar toda hora. Então
  pra que economizar? :P
 
  A menos que seja um WI-FI de estabelecimento comercial (para
  visitantes), aí a senha tem que ser mais simples mesmo.
 
  On 01-05-2014 12:21, Adauto Serpa wrote:
  Vitor,
 
  A tecnologia WPA2 possui uma criptografia muito boa, se você não é um
  paranoico por segurança crie uma senha com os padrões recomendados:
 
  Letras maiúsculas e minúscula
  Números e caracteres especiais
 
  Com no mínimo 8 caracteres sua senha deve possuir.
 
  Outra coisa, para quebrar esse tipo de criptografia a pessoa deve possuir
  processamento com processadores gráficos ultra sinistros, senão poderá
  levar anos para descobrir sua senha.
 
  Outra medida legal é trocar a senha de tempos em tempos.
 
  att,
 
 
  Em 30 de abril de 2014 21:41, Vitor Hugo vitorhug...@hotmail.com
  escreveu:
  Como faço para proteger o roteador wifi? como gerar uma boa senha pelo
  linux? como voces protegem?
 
  --
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 
 
 
  --
  Tiago Passos
  Projeto Web - Hospede quantos sites quiser por R$5,95/mês
  www.projetoweb.info http://www.projetoweb.info
 
 
 
 
 
 -- 
 Tiago Passos
 Projeto Web - Hospede quantos sites quiser por R$5,95/mês
 www.projetoweb.info http://www.projetoweb.info
 -- 
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] off-topic - senha wifi

2014-05-01 Thread Vitor Hugo
vpn ajuda?

 Date: Thu, 1 May 2014 12:21:35 -0300
 From: adautose...@gmail.com
 To: ubuntu-br@lists.ubuntu.com
 Subject: Re: [Ubuntu-BR] off-topic - senha wifi
 
 Vitor,
 
 A tecnologia WPA2 possui uma criptografia muito boa, se você não é um
 paranoico por segurança crie uma senha com os padrões recomendados:
 
 Letras maiúsculas e minúscula
 Números e caracteres especiais
 
 Com no mínimo 8 caracteres sua senha deve possuir.
 
 Outra coisa, para quebrar esse tipo de criptografia a pessoa deve possuir
 processamento com processadores gráficos ultra sinistros, senão poderá
 levar anos para descobrir sua senha.
 
 Outra medida legal é trocar a senha de tempos em tempos.
 
 att,
 
 
 Em 30 de abril de 2014 21:41, Vitor Hugo vitorhug...@hotmail.com escreveu:
 
  Como faço para proteger o roteador wifi? como gerar uma boa senha pelo
  linux? como voces protegem?
 
  --
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 
 
 
 
 -- 
 Adauto Serpa Jr
 -- 
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] off-topic - senha wifi

2014-04-30 Thread Vitor Hugo
Como faço para proteger o roteador wifi? como gerar uma boa senha pelo linux? 
como voces protegem?
  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Gnime Shell

2014-04-24 Thread Vitor Hugo
o gnome 1.x não tem como? era o mais legal de usar com aquele pezinho no 
iniciar agora o gnome é algo desconformo.

 Date: Thu, 24 Apr 2014 08:56:06 -0300
 From: celiosidneisi...@gmail.com
 To: ubuntu-br@lists.ubuntu.com
 Subject: Re: [Ubuntu-BR] Gnime Shell
 
 http://www.edivaldobrito.com.br/como-instalar-o-gnome-classic-ubuntu-14-04/
 
 Em 24/04/2014 08:10, Fabricio Silva escreveu:
  Cara que bacana! Se eu soubesse vlw a dica!
 
  Em 24 de abril de 2014 08:06, Ivan Brasil Fuzzer 
  i...@fuzzer.com.brescreveu:
  A maneira mais correta é começar direito. Baixe e instale o Ubuntu Gnome
  que já tem o Gnome como shell padrão. http://cdimage.ubuntu.com/
  ubuntu-gnome/releases/14.04/release/
 
  Em 24-04-2014 07:21, manold escreveu:
 
Bom dia
  Alguem pode me dizer o que faço para rodar no meu desktop
  o gnome shell? Definitivamente não gosto do unity.
  Fiz uma instalação limpa do 14.04, instalei o gnome shell e após
  reiniciar não apareceu a opção de escolhe-lo na tela de login.
  Reinstalei o 12,04 e, pela mesma forma não aparece a opção
  do gnome-shell
  O que devo fazer?
  Qualquer ajuda será bem vinda
  [  ]'s
  manold
 -- 
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] problema com acentuação no teclado

2014-04-18 Thread Vitor Hugo
estou com problemas para fazer acentuação no teclado principalmente na letra eh 
til e etc... meu layout esta portugues brasil nativo e mesmo assim não consigo 
acentuar.  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] vpn l2tp

2014-04-16 Thread Vitor Hugo
Alguém ai ja configurou um servidor vpn ipsec/l2tp para utilizar maquinas 
windows/iso/osx/linux?
qual o caminho das pedras?
  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] vpn l2tp

2014-04-16 Thread Vitor Hugo
joaquim voce usou pptp? eu uso no celular e no windows com pptp.

 Date: Wed, 16 Apr 2014 13:30:18 -0300
 From: joaquim.soa...@ufra.edu.br
 To: ubuntu-br@lists.ubuntu.com
 Subject: Re: [Ubuntu-BR] vpn l2tp
 
 
 - Mensagem original -
 De: Vitor Hugo vitorhug...@hotmail.com
 Para: ubuntu-br@lists.ubuntu.com
 Enviadas: Wed, 16 Apr 2014 11:18:29 -0300 (BRT)
 Assunto: [Ubuntu-BR] vpn l2tp
 
 Alguém ai ja configurou um servidor vpn ipsec/l2tp para utilizar maquinas 
 windows/iso/osx/linux?
 qual o caminho das pedras?

 -- 
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 
 
 -- 
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Imprimir arquivos PDFpara Ubunto ( Programa R e Compilador C)

2014-04-09 Thread Vitor Hugo
voce precisa instalar o cups que provavelmente ja deve estar instalado e depois 
instalar o cups-pdf

sudo apt-get install cups-pdf e depois configurar a impressora cups-pdf


se der algum erro copie e cole o terminal para que possa ajudar

 From: cunhai...@hotmail.com
 To: ubuntu-br@lists.ubuntu.com
 Date: Thu, 10 Apr 2014 02:03:37 +0300
 Subject: Re: [Ubuntu-BR] Imprimir arquivos PDFpara Ubunto ( Programa R e 
 Compilador C)
 
 
 Vitor,
 Dei o comando e respondeu  E: Operação cups-pdf inválida pode indicar o que 
 fiz de errado?
 grato,
 Maurício
  From: vitorhug...@hotmail.com
  To: ubuntu-br@lists.ubuntu.com
  Date: Mon, 7 Apr 2014 22:28:20 -0300
  Subject: Re: [Ubuntu-BR] Imprimir arquivos PDFpara Ubunto ( Programa R e 
  Compilador C)
  
  vitor@vitor-G41T-M7:/usr/src/linux-3.13.9$ sudo apt-cache search 
  cups-pdf[sudo] password for vitor: cups-pdf - PDF writer backend for 
  CUPSvitor@vitor-G41T-M7:/usr/src/linux-3.13.9$ 
  
   From: cunhai...@hotmail.com
   To: ubuntu-br@lists.ubuntu.com
   Date: Tue, 8 Apr 2014 03:45:28 +0300
   Subject: Re: [Ubuntu-BR] Imprimir arquivos PDFpara Ubunto ( Programa R e 
   Compilador C)
   
   Vitor,
   Obrigado, mas não achei o cups pdf.grato,
   maurício
   
From: vitorhug...@hotmail.com
To: ubuntu-br@lists.ubuntu.com
Date: Sun, 6 Apr 2014 20:11:36 -0300
Subject: Re: [Ubuntu-BR] Imprimir arquivos PDFpara Ubunto ( Programa R 
e Compilador C)

tente o cups pdf

 From: cunhai...@hotmail.com
 To: ubuntu-br@lists.ubuntu.com
 Date: Sun, 6 Apr 2014 19:48:19 +0300
 Subject: Re: [Ubuntu-BR] Imprimir arquivos PDFpara Ubunto ( Programa 
 R e  Compilador C)
 
 Senhores,
 Inicialmente peço desculpas por não escrever antes. As dúvidas que 
 tinha sobre o  R e o C foram sanadas, como devem saber o R busco com 
 CRAN, e assim posso instalar. Quanto ao C, posso escrever o programa 
 usando o EMACS23 para montar o programa e compilo com o gcc. O MAN do 
 linux ajuda. Assim man gcc tem algumas dicas.
 Bem quanto ao novo programa, tentei instalar o Xpdf que entra e sai, 
 daí tentei o epdffviewer que também não funciona. O curioso é que 
 antes eu conseguia imprimir arquivos pdf.
 grato,
 Maurício  
   
 -- 
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
   
   -- 
   Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
   
   Lista de discussão Ubuntu Brasil
   Histórico, descadastramento e outras opções:
   https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

  -- 
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
  
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 
 -- 
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] duvida sobre kernel

2014-04-08 Thread Vitor Hugo
Desculpem minha ignorância, mas antigamente o kernel do linux era versão 
estável par e versão instalavel ímpar isto mudou? e agora tem uma versao do 
kernel next? esta versão next é estável?

Uma curiosidade qual o nome que costuma se dar para uma versão compilada da 
ultima versão do kernel? vanillaice? Qual nomes vocês costumam dar?
  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] PAE kernel supporte

2014-04-07 Thread Vitor Hugo
Desculpe, não consegui, esta insltado o kernel-generic, tentei baixar pelo git 
o kernel do saucy mas nao consigo desabiliar o pae support tambem tentei baixar 
o kernel do kerne.org e deu a mesma coisa o PAe é padrão/definitivo no 3.x.x?

 Date: Mon, 7 Apr 2014 07:18:36 -0300
 From: xisbe...@gmail.com
 To: ubuntu-br@lists.ubuntu.com
 Subject: Re: [Ubuntu-BR] PAE kernel supporte
 
 Vitor, você não respondeu à minha resposta anterior, sobre instalar o
 kernel sem PAE. Você tentou? Deu certo?
 Em 06/04/2014 22:37, Vitor Hugo vitorhug...@hotmail.com escreveu:
 
  É possível remover o PAE| do kernel do ubuntu saucy? estou tentando
  recompilar o kernel sem PAE e estou tentando fazer isto e não consigo
  desmarcar a opção PAE.
  --
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 
 -- 
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Imprimir arquivos PDFpara Ubunto ( Programa R e Compilador C)

2014-04-07 Thread Vitor Hugo
vitor@vitor-G41T-M7:/usr/src/linux-3.13.9$ sudo apt-cache search cups-pdf[sudo] 
password for vitor: cups-pdf - PDF writer backend for 
CUPSvitor@vitor-G41T-M7:/usr/src/linux-3.13.9$ 

 From: cunhai...@hotmail.com
 To: ubuntu-br@lists.ubuntu.com
 Date: Tue, 8 Apr 2014 03:45:28 +0300
 Subject: Re: [Ubuntu-BR] Imprimir arquivos PDFpara Ubunto ( Programa R e 
 Compilador C)
 
 Vitor,
 Obrigado, mas não achei o cups pdf.grato,
 maurício
 
  From: vitorhug...@hotmail.com
  To: ubuntu-br@lists.ubuntu.com
  Date: Sun, 6 Apr 2014 20:11:36 -0300
  Subject: Re: [Ubuntu-BR] Imprimir arquivos PDFpara Ubunto ( Programa R e 
  Compilador C)
  
  tente o cups pdf
  
   From: cunhai...@hotmail.com
   To: ubuntu-br@lists.ubuntu.com
   Date: Sun, 6 Apr 2014 19:48:19 +0300
   Subject: Re: [Ubuntu-BR] Imprimir arquivos PDFpara Ubunto ( Programa R e  
   Compilador C)
   
   Senhores,
   Inicialmente peço desculpas por não escrever antes. As dúvidas que tinha 
   sobre o  R e o C foram sanadas, como devem saber o R busco com CRAN, e 
   assim posso instalar. Quanto ao C, posso escrever o programa usando o 
   EMACS23 para montar o programa e compilo com o gcc. O MAN do linux ajuda. 
   Assim man gcc tem algumas dicas.
   Bem quanto ao novo programa, tentei instalar o Xpdf que entra e sai, daí 
   tentei o epdffviewer que também não funciona. O curioso é que antes eu 
   conseguia imprimir arquivos pdf.
   grato,
   Maurício  
 
   -- 
   Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
   
   Lista de discussão Ubuntu Brasil
   Histórico, descadastramento e outras opções:
   https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

  -- 
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
  
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 
 -- 
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] PAE kernel supporte

2014-04-07 Thread Vitor Hugo
desculpe pelos erros de digitação meu teclado estava com problema

 From: vitorhug...@hotmail.com
 To: ubuntu-br@lists.ubuntu.com
 Date: Mon, 7 Apr 2014 13:27:29 -0300
 Subject: Re: [Ubuntu-BR] PAE kernel supporte
 
 Desculpe, não consegui, esta insltado o kernel-generic, tentei baixar pelo 
 git o kernel do saucy mas nao consigo desabiliar o pae support tambem tentei 
 baixar o kernel do kerne.org e deu a mesma coisa o PAe é padrão/definitivo no 
 3.x.x?
 
  Date: Mon, 7 Apr 2014 07:18:36 -0300
  From: xisbe...@gmail.com
  To: ubuntu-br@lists.ubuntu.com
  Subject: Re: [Ubuntu-BR] PAE kernel supporte
  
  Vitor, você não respondeu à minha resposta anterior, sobre instalar o
  kernel sem PAE. Você tentou? Deu certo?
  Em 06/04/2014 22:37, Vitor Hugo vitorhug...@hotmail.com escreveu:
  
   É possível remover o PAE| do kernel do ubuntu saucy? estou tentando
   recompilar o kernel sem PAE e estou tentando fazer isto e não consigo
   desmarcar a opção PAE.
   --
   Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
  
   Lista de discussão Ubuntu Brasil
   Histórico, descadastramento e outras opções:
   https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
  -- 
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
  
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 
 -- 
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Imprimir arquivos PDFpara Ubunto ( Programa R e Compilador C)

2014-04-06 Thread Vitor Hugo
tente o cups pdf

 From: cunhai...@hotmail.com
 To: ubuntu-br@lists.ubuntu.com
 Date: Sun, 6 Apr 2014 19:48:19 +0300
 Subject: Re: [Ubuntu-BR] Imprimir arquivos PDFpara Ubunto ( Programa R e  
 Compilador C)
 
 Senhores,
 Inicialmente peço desculpas por não escrever antes. As dúvidas que tinha 
 sobre o  R e o C foram sanadas, como devem saber o R busco com CRAN, e assim 
 posso instalar. Quanto ao C, posso escrever o programa usando o EMACS23 para 
 montar o programa e compilo com o gcc. O MAN do linux ajuda. Assim man gcc 
 tem algumas dicas.
 Bem quanto ao novo programa, tentei instalar o Xpdf que entra e sai, daí 
 tentei o epdffviewer que também não funciona. O curioso é que antes eu 
 conseguia imprimir arquivos pdf.
 grato,
 Maurício  
   
 -- 
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


  1   2   3   4   5   6   7   8   9   10   >