[Bug 1214715] [NEW] Grub

2013-08-20 Thread Leandro José Parisotto
Public bug reported:

Eu estou usando o somente ubuntu 13.04 no meu computador em um único HD
150 GB.

Mas na inicialização ele não dá boot  a tela do monitor fica em stand by
(Tela Desligada) mas com a luz amarela.

A luz da entrada de USB acende uma verde e outra vermelha e não inicia o
sistema ubuntu.

quando consigo através de LiveCD do Ubuntu somente assim consigo ligar o
computador.

** Affects: hud (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/1214715

Title:
  Grub

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

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

[Bug 1214715] Re: Grub

2013-08-20 Thread Leandro José Parisotto
leandro@leandro-System-Product-Name:~$ sudo gedit /boot/grub/grub.cfg
[sudo] password for leandro: 


#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
set default="0"

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
  fi
}

function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env 
recordfail; fi; fi
}

function load_video {
  if [ x$feature_all_video_module = xy ]; then
insmod all_video
  else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 
--hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  
5e069124-cbb0-4cde-8deb-2c99635b3a5a
else
  search --no-floppy --fs-uuid --set=root 5e069124-cbb0-4cde-8deb-2c99635b3a5a
fi
font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=pt_BR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
  set timeout=-1
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30; then
  clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
if [ "${1}" = "keep" ]; then
set vt_handoff=vt.handoff=7
else
set vt_handoff=
fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
  if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
  else
set linux_gfx_mode=text
  fi
else
  set linux_gfx_mode=text
fi
  else
set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os 
$menuentry_id_option 'gnulinux-simple-5e069124-cbb0-4cde-8deb-2c99635b3a5a' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 
--hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  
5e069124-cbb0-4cde-8deb-2c99635b3a5a
else
  search --no-floppy --fs-uuid --set=root 
5e069124-cbb0-4cde-8deb-2c99635b3a5a
fi
linux   /boot/vmlinuz-3.8.0-29-generic 
root=UUID=5e069124-cbb0-4cde-8deb-2c99635b3a5a ro   quiet splash $vt_handoff
initrd  /boot/initrd.img-3.8.0-29-generic
}
submenu 'Opções avançadas para Ubuntu' $menuentry_id_option 
'gnulinux-advanced-5e069124-cbb0-4cde-8deb-2c99635b3a5a' {
menuentry 'Ubuntu, com Linux 3.8.0-29-generic' --class ubuntu --class 
gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-3.8.0-29-generic-advanced-5e069124-cbb0-4cde-8deb-2c99635b3a5a' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root 
--hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  
5e069124-cbb0-4cde-8deb-2c99635b3a5a
else
  search --no-floppy --fs-uuid --set=root 
5e069124-cbb0-4cde-8deb-2c99635b3a5a
fi
echo'Carregando Linux 3.8.0-29-generic ...'
linux   /boot/vmlinuz-3.8.0-29-generic 
root=UUID=5e069124-cbb0-4cde-8deb-2c99635b3a5a ro   quiet splash $vt_handoff
echo'Carregando ramdisk inicial ...'
initrd  /boot/initrd.img-3.8.0-29-generic
}
menuentry 'Ubuntu, com Linux 3.8.0-29-generic (modo de recuperação)' 
--class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-3.8.0-29-generic-recovery-5e069124-c

[Bug 1214715] Re: Grub

2013-08-20 Thread Leandro José Parisotto
Depois de instalado o Ubuntu em dual boot com o Windows o Grub é o
responsável por fazer esse gerenciamento da inicialização dos sistemas
operacionais e por padrão ele coloca o Ubuntu na frente… caso deseje que
o padrão de inicialização no Grub não seja o Ubuntu e sim o Windows
segue uma dica para alterar esse “ordem”.

Vamos lá?

Abra o terminal (CTRL+ALT+T) e digite:

$sudo gedit /boot/grub/grub.cfg
E entre com senha do root

Abrirá o arquivo grub.cfg

Localize a linha “set default=”0” (logo no início…)

Troque o “O” por “4”.

Salve e feche o gedit.

Agora gere o “grub.cfg” novamente com:

$sudo update-grub

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

Title:
  Grub

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

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

[Bug 1175376] [NEW] xdiagnose

2013-05-01 Thread Leandro José Parisotto
Public bug reported:

Lendo listas de pacotes... Pronto 
Construindo árvore de dependências   
Lendo informação de estado... Pronto 
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem removidos e 0 não 
atualizados. 
1 pacotes não totalmente instalados ou removidos. 
É preciso baixar 0 B/117 kB de arquivos. 
Depois desta operação, 0 B adicionais de espaço em disco serão usados. 
Você quer continuar [S/n]? s 
dpkg: erro ao processar xdiagnose (--configure): 
 O pacote está em um estado de inconsistência muito ruim - você deveria 
 reinstalá-lo antes de tentar uma configuração. 
Nenhum relatório do apport gravado porque MaxReports já foi atingido 
Erros foram 
encontrados durante o processamento de: 
 xdiagnose 
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
Uname: Linux 3.8.0-19-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.9.2-0ubuntu8
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Wed May  1 19:39:59 2013
DistUpgraded: 2012-11-12 03:24:25,643 DEBUG enabling apt cron job
DistroCodename: raring
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 82945G/GZ Integrated Graphics Controller [8086:2772] (rev 
02) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:817a]
InstallationDate: Installed on 2012-11-01 (181 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 
(20120817.3)
MachineType: POSITIVO System Product Name
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=9c1126f7-a1d3-4aa6-b24c-f8ea7243eccd ro splash quiet
SourcePackage: xorg
UpgradeStatus: Upgraded to raring on 2012-11-12 (170 days ago)
dmi.bios.date: 05/29/2007
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0201
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5GC-MX/CKD/POST/SI
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev x.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: ASUSTek Computer INC.
dmi.chassis.version: Rev 1.xx
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0201:bd05/29/2007:svnPOSITIVO:pnSystemProductName:pvrRev1.xx:rvnASUSTeKComputerINC.:rnP5GC-MX/CKD/POST/SI:rvrRevx.xx:cvnASUSTekComputerINC.:ct3:cvrRev1.xx:
dmi.product.name: System Product Name
dmi.product.version: Rev 1.xx
dmi.sys.vendor: POSITIVO
version.compiz: compiz 1:0.9.9~daily13.04.18.1~13.04-0ubuntu1
version.libdrm2: libdrm2 2.4.43-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.1-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.1-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1
xserver.bootTime: Wed May  1 16:35:28 2013
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.13.3-0ubuntu6
xserver.video_driver: intel

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


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

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

Title:
  xdiagnose

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

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

[Bug 1176229] [NEW] package xdiagnose 3.5.1 failed to install/upgrade: O pacote está em um estado de inconsistência muito ruim - você deveria reinstalá-lo antes de tentar uma configuração.

2013-05-03 Thread Leandro José Parisotto
Public bug reported:

leandro@leandro-System-Product-Name:~$ sudo apt-get update
[sudo] password for leandro: 
Obter:1 http://archive.ubuntu.com saucy Release.gpg [933 B]
Atingido http://security.ubuntu.com saucy-security Release.gpg 
Atingido http://archive.ubuntu.com saucy-updates Release.gpg
Atingido http://security.ubuntu.com saucy-security Release
Obter:2 http://archive.ubuntu.com saucy-proposed Release.gpg [933 B]
Atingido http://archive.ubuntu.com saucy-backports Release.gpg
Atingido http://security.ubuntu.com saucy-security/main i386 Packages
Obter:3 http://archive.ubuntu.com saucy Release [40,8 kB]
Atingido http://security.ubuntu.com saucy-security/multiverse i386 Packages
Atingido http://security.ubuntu.com saucy-security/restricted i386 Packages
Atingido http://archive.ubuntu.com saucy-updates Release  
Atingido http://security.ubuntu.com saucy-security/universe i386 Packages  
Obter:4 http://archive.ubuntu.com saucy-proposed Release [40,8 kB]
Atingido http://archive.ubuntu.com saucy-backports Release 
Obter:5 http://archive.ubuntu.com saucy/main Sources [967 kB]  
Atingido http://security.ubuntu.com saucy-security/main Translation-en
Atingido http://security.ubuntu.com saucy-security/multiverse Translation-en
Atingido http://security.ubuntu.com saucy-security/restricted Translation-en   
Obter:6 http://archive.ubuntu.com saucy/universe Sources [5.970 kB]
Atingido http://security.ubuntu.com saucy-security/universe Translation-en 
Obter:7 http://archive.ubuntu.com saucy/restricted Sources [5.987 B]   
Obter:8 http://archive.ubuntu.com saucy/multiverse Sources [173 kB]
Obter:9 http://archive.ubuntu.com saucy/main i386 Packages [1.180 kB]  
Ign http://security.ubuntu.com saucy-security/main Translation-pt_BR   
Ign http://security.ubuntu.com saucy-security/main Translation-pt  
Ign http://security.ubuntu.com saucy-security/multiverse Translation-pt_BR 
Ign http://security.ubuntu.com saucy-security/multiverse Translation-pt
Ign http://security.ubuntu.com saucy-security/restricted Translation-pt_BR 
Ign http://security.ubuntu.com saucy-security/restricted Translation-pt
Ign http://security.ubuntu.com saucy-security/universe Translation-pt_BR   
Ign http://security.ubuntu.com saucy-security/universe Translation-pt  
Obter:10 http://archive.ubuntu.com saucy/universe i386 Packages [5.504 kB] 
Obter:11 http://archive.ubuntu.com saucy/restricted i386 Packages [9.623 B]
Obter:12 http://archive.ubuntu.com saucy/multiverse i386 Packages [133 kB] 
Atingido http://archive.ubuntu.com saucy/main Translation-pt_BR
Atingido http://archive.ubuntu.com saucy/main Translation-pt   
Atingido http://archive.ubuntu.com saucy/main Translation-en   
Atingido http://archive.ubuntu.com saucy/multiverse Translation-pt_BR  
Atingido http://archive.ubuntu.com saucy/multiverse Translation-pt 
Atingido http://archive.ubuntu.com saucy/multiverse Translation-en 
Atingido http://archive.ubuntu.com saucy/restricted Translation-pt_BR  
Atingido http://archive.ubuntu.com saucy/restricted Translation-pt 
Atingido http://archive.ubuntu.com saucy/restricted Translation-en 
Atingido http://archive.ubuntu.com saucy/universe Translation-pt_BR
Atingido http://archive.ubuntu.com saucy/universe Translation-pt   
Atingido http://archive.ubuntu.com saucy/universe Translation-en   
Atingido http://archive.ubuntu.com saucy-updates/main i386 Packages
Atingido http://archive.ubuntu.com saucy-updates/multiverse i386 Packages  
Atingido http://archive.ubuntu.com saucy-updates/restricted i386 Packages  
Atingido http://archive.ubuntu.com saucy-updates/universe i386 Packages
Atingido http://archive.ubuntu.com saucy-updates/main Translation-en   
Atingido http://archive.ubuntu.com saucy-updates/multiverse Translation-en 
Atingido http://archive.ubuntu.com saucy-updates/restricted Translation-en 
Atingido http://archive.ubuntu.com saucy-updates/universe Translation-en   
Obter:13 http://archive.ubuntu.com saucy-proposed/main i386 Packages [3.655 B] 
Obter:14 http://archive.ubuntu.com saucy-proposed/multiverse i386 Packages [14 
B]
Obter:15 http://archive.ubuntu.com saucy-proposed/restricted i386 Packages [14 
B]
Obter:16 http://archive.ubuntu.com saucy-proposed/universe i386 Packages [14,9 
kB]
Atingido http://archive.ubuntu.com saucy-proposed/main Translation-en  
Atingido http://archive.ubuntu.com saucy-proposed/multiverse Translation-en
Atingido http://archive.ubuntu.com saucy-proposed/restricted Translation-en
Atingido http://archive.ubuntu.com saucy-proposed/universe Translation-en  
Atingido http://archive.ubuntu.com saucy-backports/main i386 Packages   

[Bug 1082239] Re: Needs high contrast icon

2013-05-03 Thread Leandro José Parisotto
** Changed in: xdiagnose (Ubuntu)
 Assignee: (unassigned) => Leandro José Parisotto (leandro-parisotto)

** Changed in: xdiagnose
 Assignee: (unassigned) => Leandro José Parisotto (leandro-parisotto)

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

Title:
  Needs high contrast icon

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

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

[Bug 1174559] [NEW] xdiagnose

2013-04-29 Thread Leandro José Parisotto
Public bug reported:

E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.9.2-0ubuntu8
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Mon Apr 29 19:04:52 2013
DistUpgraded: 2012-11-12 03:24:25,643 DEBUG enabling apt cron job
DistroCodename: raring
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 82945G/GZ Integrated Graphics Controller [8086:2772] (rev 
02) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:817a]
InstallationDate: Installed on 2012-11-01 (179 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 
(20120817.3)
MachineType: POSITIVO System Product Name
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=9c1126f7-a1d3-4aa6-b24c-f8ea7243eccd ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to raring on 2012-11-12 (168 days ago)
dmi.bios.date: 05/29/2007
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0201
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5GC-MX/CKD/POST/SI
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev x.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: ASUSTek Computer INC.
dmi.chassis.version: Rev 1.xx
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0201:bd05/29/2007:svnPOSITIVO:pnSystemProductName:pvrRev1.xx:rvnASUSTeKComputerINC.:rnP5GC-MX/CKD/POST/SI:rvrRevx.xx:cvnASUSTekComputerINC.:ct3:cvrRev1.xx:
dmi.product.name: System Product Name
dmi.product.version: Rev 1.xx
dmi.sys.vendor: POSITIVO
version.compiz: compiz 1:0.9.9~daily13.04.18.1~13.04-0ubuntu1
version.libdrm2: libdrm2 2.4.43-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.1-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.1-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1
xserver.bootTime: Mon Apr 29 17:16:50 2013
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.13.3-0ubuntu6
xserver.video_driver: intel

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


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

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

Title:
  xdiagnose

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

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


[Bug 1174567] [NEW] xdiagnose

2013-04-29 Thread Leandro José Parisotto
Public bug reported:

1
[0.692062] usb usb1: Product: EHCI Host Controller
[0.692066] usb usb1: Manufacturer: Linux 3.8.0-19-generic ehci_hcd
[0.692069] usb usb1: SerialNumber: :00:1d.7
[0.692212] hub 1-0:1.0: USB hub found
[0.692225] hub 1-0:1.0: 8 ports detected
[0.692430] ehci-platform: EHCI generic platform driver
[0.692444] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[0.692470] uhci_hcd: USB Universal Host Controller Interface driver
[0.692502] uhci_hcd :00:1d.0: setting latency timer to 64
[0.692507] uhci_hcd :00:1d.0: UHCI Host Controller
[0.692515] uhci_hcd :00:1d.0: new USB bus registered, assigned bus 
number 2
[0.692543] uhci_hcd :00:1d.0: irq 20, io base 0x9000
[0.692581] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[0.692585] usb usb2: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[0.692589] usb usb2: Product: UHCI Host Controller
[0.692592] usb usb2: Manufacturer: Linux 3.8.0-19-generic uhci_hcd
[0.692596] usb usb2: SerialNumber: :00:1d.0
[0.692721] hub 2-0:1.0: USB hub found
[0.692728] hub 2-0:1.0: 2 ports detected
[0.692833] uhci_hcd :00:1d.1: setting latency timer to 64
[0.692838] uhci_hcd :00:1d.1: UHCI Host Controller
[0.692848] uhci_hcd :00:1d.1: new USB bus registered, assigned bus 
number 3
[0.692888] uhci_hcd :00:1d.1: irq 17, io base 0x9400
[0.692925] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[0.692929] usb usb3: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[0.692933] usb usb3: Product: UHCI Host Controller
[0.692936] usb usb3: Manufacturer: Linux 3.8.0-19-generic uhci_hcd
[0.692940] usb usb3: SerialNumber: :00:1d.1
[0.693063] hub 3-0:1.0: USB hub found
[0.693068] hub 3-0:1.0: 2 ports detected
[0.693169] uhci_hcd :00:1d.2: setting latency timer to 64
[0.693174] uhci_hcd :00:1d.2: UHCI Host Controller
[0.693181] uhci_hcd :00:1d.2: new USB bus registered, assigned bus 
number 4
[0.693221] uhci_hcd :00:1d.2: irq 18, io base 0x9800
[0.693260] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[0.693264] usb usb4: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[0.693268] usb usb4: Product: UHCI Host Controller
[0.693271] usb usb4: Manufacturer: Linux 3.8.0-19-generic uhci_hcd
[0.693274] usb usb4: SerialNumber: :00:1d.2
[0.693403] hub 4-0:1.0: USB hub found
[0.693408] hub 4-0:1.0: 2 ports detected
[0.693510] uhci_hcd :00:1d.3: setting latency timer to 64
[0.693515] uhci_hcd :00:1d.3: UHCI Host Controller
[0.693522] uhci_hcd :00:1d.3: new USB bus registered, assigned bus 
number 5
[0.693559] uhci_hcd :00:1d.3: irq 19, io base 0xa000
[0.693598] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[0.693602] usb usb5: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[0.693606] usb usb5: Product: UHCI Host Controller
[0.693609] usb usb5: Manufacturer: Linux 3.8.0-19-generic uhci_hcd
[0.693613] usb usb5: SerialNumber: :00:1d.3
[0.693739] hub 5-0:1.0: USB hub found
[0.693745] hub 5-0:1.0: 2 ports detected
[0.693965] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 
0x60,0x64 irq 1,12
[0.696467] serio: i8042 KBD port at 0x60,0x64 irq 1
[0.696476] serio: i8042 AUX port at 0x60,0x64 irq 12
[0.696622] mousedev: PS/2 mouse device common for all mice
[0.696774] rtc_cmos 00:02: RTC can wake from S4
[0.696906] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[0.696933] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
[0.697074] device-mapper: uevent: version 1.0.3
[0.697158] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: 
dm-de...@redhat.com
[0.697185] EISA: Probing bus 0 at eisa.0
[0.697218] Cannot allocate resource for EISA slot 8
[0.697221] EISA: Detected 0 cards.
[0.697234] cpufreq-nforce2: No nForce2 chipset.
[0.697238] cpuidle: using governor ladder
[0.697240] cpuidle: using governor menu
[0.697246] ledtrig-cpu: registered to indicate activity on CPUs
[0.697248] EFI Variables Facility v0.08 2004-May-17
[0.697476] ashmem: initialized
[0.697650] TCP: cubic registered
[0.697804] NET: Registered protocol family 10
[0.698076] NET: Registered protocol family 17
[0.698091] Key type dns_resolver registered
[0.698327] Using IPI No-Shortcut mode
[0.698425] Loading module verification certificates
[0.704264] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: 
fceb9fd088cf158e29d83343e1c98bf8ab23d94a'
[0.704284] registered taskstats version 1
[0.707677] Key type trusted registered
[0.710804] Key type encrypted registered
[0.714288] rtc_cmos 00:02: setting system clock to 2013-04-29 20:16:30 UTC 
(1367266590)
[0.714713] BIOS EDD facility v

[Bug 1201627] [NEW] E: Sub-process /usr/bin/dpkg returned an error code (1)

2013-07-15 Thread Leandro José Parisotto
Public bug reported:

leandro@leandro-System-Product-Name:~$ sudo apt-get update
[sudo] password for leandro: 
Ign http://archive.ubuntu.com saucy InRelease  
Ign http://archive.canonical.com saucy InRelease   
Ign http://extras.ubuntu.com saucy InRelease 
Ign http://archive.ubuntu.com saucy-updates InRelease
Atingido http://archive.canonical.com saucy Release.gpg  
Atingido http://extras.ubuntu.com saucy Release.gpg  
Ign http://archive.ubuntu.com saucy-security InRelease   
Atingido http://archive.canonical.com saucy Release  
Atingido http://extras.ubuntu.com saucy Release
Ign http://archive.ubuntu.com saucy-proposed InRelease 
Atingido http://archive.canonical.com saucy/partner Sources  
Atingido http://extras.ubuntu.com saucy/main Sources 
Obter:1 http://archive.ubuntu.com saucy Release.gpg [933 B]  
Atingido http://archive.canonical.com saucy/partner i386 Packages  
Atingido http://extras.ubuntu.com saucy/main i386 Packages   
Atingido http://archive.ubuntu.com saucy-updates Release.gpg 
Atingido http://archive.ubuntu.com saucy-security Release.gpg
Obter:2 http://archive.ubuntu.com saucy-proposed Release.gpg [933 B]
Obter:3 http://archive.ubuntu.com saucy Release [40,8 kB]  
Atingido http://archive.ubuntu.com saucy-updates Release   
Atingido http://archive.ubuntu.com saucy-security Release  
Obter:4 http://archive.ubuntu.com saucy-proposed Release [40,8 kB] 
Obter:5 http://archive.ubuntu.com saucy/main Sources [997 kB]  
Ign http://archive.canonical.com saucy/partner Translation-pt_BR   
Ign http://extras.ubuntu.com saucy/main Translation-pt_BR  
Ign http://archive.canonical.com saucy/partner Translation-pt 
Ign http://extras.ubuntu.com saucy/main Translation-pt
Ign http://extras.ubuntu.com saucy/main Translation-en
Ign http://archive.canonical.com saucy/partner Translation-en  
Obter:6 http://archive.ubuntu.com saucy/restricted Sources [6.580 B]   
Obter:7 http://archive.ubuntu.com saucy/universe Sources [6.062 kB]
Obter:8 http://archive.ubuntu.com saucy/multiverse Sources [175 kB]
Obter:9 http://archive.ubuntu.com saucy/main i386 Packages [1.224 kB]  
Obter:10 http://archive.ubuntu.com saucy/restricted i386 Packages [9.923 B]
Obter:11 http://archive.ubuntu.com saucy/universe i386 Packages [5.591 kB] 
Obter:12 http://archive.ubuntu.com saucy/multiverse i386 Packages [133 kB] 
Atingido http://archive.ubuntu.com saucy/main Translation-pt_BR
Atingido http://archive.ubuntu.com saucy/main Translation-pt   
Atingido http://archive.ubuntu.com saucy/main Translation-en   
Atingido http://archive.ubuntu.com saucy/multiverse Translation-pt_BR  
Atingido http://archive.ubuntu.com saucy/multiverse Translation-pt 
Atingido http://archive.ubuntu.com saucy/multiverse Translation-en 
Atingido http://archive.ubuntu.com saucy/restricted Translation-pt_BR  
Atingido http://archive.ubuntu.com saucy/restricted Translation-pt 
Atingido http://archive.ubuntu.com saucy/restricted Translation-en 
Atingido http://archive.ubuntu.com saucy/universe Translation-pt_BR
Atingido http://archive.ubuntu.com saucy/universe Translation-pt   
Atingido http://archive.ubuntu.com saucy/universe Translation-en   
Atingido http://archive.ubuntu.com saucy-updates/main Sources  
Atingido http://archive.ubuntu.com saucy-updates/restricted Sources
Atingido http://archive.ubuntu.com saucy-updates/universe Sources  
Atingido http://archive.ubuntu.com saucy-updates/multiverse Sources
Atingido http://archive.ubuntu.com saucy-updates/main i386 Packages
Atingido http://archive.ubuntu.com saucy-updates/restricted i386 Packages  
Atingido http://archive.ubuntu.com saucy-updates/universe i386 Packages
Atingido http://archive.ubuntu.com saucy-updates/multiverse i386 Packages  
Atingido http://archive.ubuntu.com saucy-updates/main Translation-en   
Atingido http://archive.ubuntu.com saucy-updates/multiverse Translation-en
Atingido http://archive.ubuntu.com saucy-updates/restricted Translation-en
Atingido http://archive.ubuntu.com saucy-updates/universe Translation-en
Atingido http://archive.ubuntu.com saucy-security/main Sources
Atingido http://archive.ubuntu.com saucy-security/restricted Sources
Atingido http://archive.ubuntu.com saucy-security/universe Sources
Atingido http://archive.ubuntu.com saucy-security/multiverse Sources
Atingido http://archive.ubuntu.com saucy-security/main i386 Packages
Atingido http://archive.ubuntu.com saucy-secur

[Bug 1201627] Re: E: Sub-process /usr/bin/dpkg returned an error code (1)

2013-07-15 Thread Leandro José Parisotto
E: Sub-process /usr/bin/dpkg returned an error code (1)
leandro@leandro-System-Product-Name:~$ sudo apt-get autoremove
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem removidos e 1 não 
atualizados.
1 pacotes não totalmente instalados ou removidos.
É preciso baixar 0 B/110 kB de arquivos.
Depois desta operação, 0 B adicionais de espaço em disco serão usados.
dpkg: erro ao processar hud (--configure):
 O pacote está em um estado de inconsistência muito ruim - você deveria
 reinstalá-lo antes de tentar uma configuração.
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Title:
  E: Sub-process /usr/bin/dpkg returned an error code (1)

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

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