[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2019-01-21 Thread Vadim Nevorotin
18.10, bug is still here! It's a very basic experience - Ubuntu with
Gnome3 can't make even such simple basic things work! What can we say
about other things, if user can't change keyboard layout in  a proper
way?

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

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1218322/+subscriptions

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

[Bug 1244090] Re: Pressing any global keyboard shortcut causes temporary loss of focus

2015-09-10 Thread Vadim Nevorotin
Should be hight priority bug. A lot of input fields have some behaviour
for loosing focus. E.g. search field in gedit disappear when changing
keyboard layout, guake with autohide is unusable because of this bug, a
lot of web applications have problems etc. In fact, now there are a lot
of annoying problems with using two or more layouts in Ubuntu, so
comfortable work in system is impossible. If such bugs in desktop
components haven't hight priority, which should have it?

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

Title:
  Pressing any global keyboard shortcut causes temporary loss of focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions

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


[Bug 1274320] Re: Error: diskfilter writes are not supported

2014-04-23 Thread Vadim Nevorotin
Fix from #28 extended to support LVM (so, I think, it is universal clean
fix of this bug). Change recordfail section in /etc/grub.d/00_header to:

if [ $quick_boot = 1 ]; then
cat EOF
function recordfail {
  set recordfail=1
EOF
GRUBMDDEVICE=$(grub-probe --target=disk ${grubdir})
GRUBLVMDEVICE=$(grub-probe --target=disk ${grubdir})
if echo $GRUBMDDEVICE | grep /dev/md  /dev/null; then
cat EOF
  # GRUB lacks write support for $GRUBMDDEVICE, so recordfail support is 
disabled.
EOF
elif echo $GRUBLVMDEVICE | grep /dev/mapper  /dev/null; then
cat EOF
  # GRUB lacks write support for $GRUBLVMDEVICE, so recordfail support is 
disabled.
EOF
else
FS=$(grub-probe --target=fs ${grubdir})
case $FS in
  btrfs | cpiofs | newc | odc | romfs | squash4 | tarfs | zfs)
cat EOF
  # GRUB lacks write support for $FS, so recordfail support is disabled.
EOF
  ;;
  *)
cat EOF
  if [ -n \${have_grubenv} ]; then if [ -z \${boot_once} ]; then save_env 
recordfail; fi; fi
EOF
esac
fi
cat EOF
}

Then run 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/1274320

Title:
  Error: diskfilter writes are not supported

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

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


[Bug 91389] Re: Support for more than one VPN simultaneously

2011-05-02 Thread Vadim Nevorotin
Hmm, the first time I've added a openvpn connections to NM, I was fully
confident that you can turn on several connections at a time. It's a
main advantage and main property of VPN. I can't imagine the reason, why
multiple VPN connections weren't the first step in VPN realization in
NM. It's not a whishlist, it a hight important bug, because a lot of
peoples couldn't work with NM without such basic VPN support.

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

Title:
  Support for more than one VPN simultaneously

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


[Bug 520386] Re: libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge

2010-11-01 Thread Vadim Nevorotin
Simon Déziel,
if you apply this workaroud you can't control your virtual machine throw 
virtmanager. It's not a good idea, in this case you can simply install and 
configure VM using console virsh or something like this.
For now there is only one ability to use virt manager in a proper way: use virt 
manager from Maverick, in which you can manually define bridge name for VM to 
connect to. But I really can't understand why so simle option like system 
bridges discovering is broken for such a long time.

-- 
libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to 
create domain with virt-manager using network bridge
https://bugs.launchpad.net/bugs/520386
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 520386] Re: libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge

2010-11-01 Thread Vadim Nevorotin
Simon Déziel,
if you apply this workaroud you can't control your virtual machine throw 
virtmanager. It's not a good idea, in this case you can simply install and 
configure VM using console virsh or something like this.
For now there is only one ability to use virt manager in a proper way: use virt 
manager from Maverick, in which you can manually define bridge name for VM to 
connect to. But I really can't understand why so simle option like system 
bridges discovering is broken for such a long time.

-- 
libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to 
create domain with virt-manager using network bridge
https://bugs.launchpad.net/bugs/520386
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 520386] Re: libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge

2010-10-11 Thread Vadim Nevorotin
Hmm, I think importance must be critical, because without this
functionality user's can't use KVM at all. Bug is still here in Lucid
i386 with latest updates.

-- 
libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to 
create domain with virt-manager using network bridge
https://bugs.launchpad.net/bugs/520386
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 520386] Re: libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge

2010-10-11 Thread Vadim Nevorotin
Hmm, I think importance must be critical, because without this
functionality user's can't use KVM at all. Bug is still here in Lucid
i386 with latest updates.

-- 
libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to 
create domain with virt-manager using network bridge
https://bugs.launchpad.net/bugs/520386
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 375396] Re: ubuntu patch 01_paging.dpatch breaks rdesktop's seamlessrdp

2010-06-15 Thread Vadim Nevorotin
Confirm in Lucid. Can anyone fix this problem??? This huge bug exists
from Hardy. And it's only in Ubuntu! And a lot of peoples can't work
with RDP because of it. I really can't understand why all users should
install rdesktop package from Lenny and nobody of maintainers want to
fix this obvious bug in Ubuntu.

-- 
ubuntu patch 01_paging.dpatch breaks rdesktop's seamlessrdp
https://bugs.launchpad.net/bugs/375396
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 177929] Re: We needs file encoding select function.

2009-11-08 Thread Vadim Nevorotin
2010 year, and this problem is still here. Whole world can't work with
zip from Ubuntu because of small and very easy to fix problem. But zip
is one of the most popular archives... Perfect!

-- 
We needs file encoding select function.
https://bugs.launchpad.net/bugs/177929
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 450121] Re: [Acer Aspire 5720] suspend/resume failure [non-free: nvidia]

2009-10-13 Thread Vadim Nevorotin

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/33577306/AlsaDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/33577307/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/33577309/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/33577310/Card0.Codecs.codec.0.txt

** Attachment added: Card0.Codecs.codec.1.txt
   http://launchpadlibrarian.net/33577311/Card0.Codecs.codec.1.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/33577312/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/33577313/Dependencies.txt

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/33577314/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/33577315/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/33577316/Lsusb.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/33577317/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/33577318/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/33577319/ProcInterrupts.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/33577320/ProcMaps.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/33577321/ProcModules.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/33577322/ProcStatus.txt

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/33577323/RfKill.txt

** Attachment added: SleepLog.txt
   http://launchpadlibrarian.net/33577324/SleepLog.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/33577325/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/33577326/UdevLog.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/33577327/WifiSyslog.txt

-- 
[Acer Aspire 5720] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/450121
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 450121] [NEW] [Acer Aspire 5720] suspend/resume failure [non-free: nvidia]

2009-10-13 Thread Vadim Nevorotin
Public bug reported:

Same as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/446662, but
for 31-13 kernel...

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  malamut1648 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0x5b30 irq 22'
   Mixer name   : 'Realtek ALC268'
   Components   : 'HDA:10ec0268,1025011e,0013 
HDA:14f12c06,1025011e,0010'
   Controls  : 11
   Simple ctrls  : 8
Date: Tue Oct 13 10:51:09 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=a14db8f3-2d49-8089-6acb-f3ac1ea07f9c
InterpreterPath: /usr/bin/python2.6
MachineType: Acer Aspire 5720
NonfreeKernelModules: nvidia
Package: linux-image-2.6.31-13-generic 2.6.31-13.44
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-13-generic 
root=UUID=a367c7c5-eebf-4db2-83ab-a77a17d659e7 ro quiet splash gfxpayload=true
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.31-13.44-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-13-generic N/A
 linux-firmware 1.21
SourcePackage: linux
Tags: resume suspend
Title: [Acer Aspire 5720] suspend/resume failure [non-free: nvidia]
Uname: Linux 2.6.31-13-generic x86_64
UserGroups:
 
dmi.bios.date: 09/14/2007
dmi.bios.vendor: Acer
dmi.bios.version: V1.17
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Nettiling
dmi.board.vendor: Acer
dmi.board.version: V1.17
dmi.chassis.type: 1
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.17
dmi.modalias: 
dmi:bvnAcer:bvrV1.17:bd09/14/2007:svnAcer:pnAspire5720:pvrV1.17:rvnAcer:rnNettiling:rvrV1.17:cvnAcer:ct1:cvrV1.17:
dmi.product.name: Aspire 5720
dmi.product.version: V1.17
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-kerneloops resume suspend

-- 
[Acer Aspire 5720] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/450121
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 446662] Re: [Acer Aspire 5720] suspend/resume failure [non-free: nvidia]

2009-10-13 Thread Vadim Nevorotin
As I remember, this problem was in 9.04 too, so I turn off hibernate and use 
only suspend. Moreover, problem was absolutely the same as now and very strange:
first time after rebooting notebook wake up absolutely correctly, but after 
next sleeping there is only black screen without any reaction on keyboard or 
mouse.
31-13 from repo - the same problem. I don't know how using apport to add all 
system information to existing bug, so I posted new one for 31-13: 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/450121
upstream kernels I will test later...

-- 
[Acer Aspire 5720] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/446662
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 446662] Re: [Acer Aspire 5720] suspend/resume failure [non-free: nvidia]

2009-10-13 Thread Vadim Nevorotin
Oops, ip previous post I mixed up suspend and hibernate in first
proposal, I hope, you've understand what I mean)) With hibernate I
haven't problems))

-- 
[Acer Aspire 5720] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/446662
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 450429] [NEW] [Acer Aspire 5720] suspend/resume failure [non-free: nvidia]

2009-10-13 Thread Vadim Nevorotin
Public bug reported:

For https://bugs.launchpad.net/ubuntu/+source/linux/+bug/446662 - info
at 32-999 kernel (12.10.2009 kernel from kernel.ubuntu.com).

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  malamut1739 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0x5b30 irq 22'
   Mixer name   : 'Realtek ALC268'
   Components   : 'HDA:10ec0268,1025011e,0013 
HDA:14f12c06,1025011e,0010'
   Controls  : 11
   Simple ctrls  : 8
Date: Tue Oct 13 18:58:01 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=a14db8f3-2d49-8089-6acb-f3ac1ea07f9c
InterpreterPath: /usr/bin/python2.6
MachineType: Acer Aspire 5720
NonfreeKernelModules: nvidia
Package: linux-image-2.6.31-13-generic 2.6.31-13.44
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-999-generic 
root=UUID=a367c7c5-eebf-4db2-83ab-a77a17d659e7 ro
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
SourcePackage: linux
Tags: resume suspend
Title: [Acer Aspire 5720] suspend/resume failure [non-free: nvidia]
Uname: Linux 2.6.32-999-generic x86_64
UserGroups:
 
dmi.bios.date: 09/14/2007
dmi.bios.vendor: Acer
dmi.bios.version: V1.17
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Nettiling
dmi.board.vendor: Acer
dmi.board.version: V1.17
dmi.chassis.type: 1
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.17
dmi.modalias: 
dmi:bvnAcer:bvrV1.17:bd09/14/2007:svnAcer:pnAspire5720:pvrV1.17:rvnAcer:rnNettiling:rvrV1.17:cvnAcer:ct1:cvrV1.17:
dmi.product.name: Aspire 5720
dmi.product.version: V1.17
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-kerneloops resume suspend

-- 
[Acer Aspire 5720] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/450429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 450429] Re: [Acer Aspire 5720] suspend/resume failure [non-free: nvidia]

2009-10-13 Thread Vadim Nevorotin

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/33595066/AlsaDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/33595067/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/33595068/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/33595069/Card0.Codecs.codec.0.txt

** Attachment added: Card0.Codecs.codec.1.txt
   http://launchpadlibrarian.net/33595070/Card0.Codecs.codec.1.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/33595071/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/33595073/Dependencies.txt

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/33595075/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/33595076/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/33595077/Lsusb.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/33595078/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/33595079/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/33595080/ProcInterrupts.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/33595081/ProcMaps.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/33595082/ProcModules.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/33595084/ProcStatus.txt

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/33595085/RfKill.txt

** Attachment added: SleepLog.txt
   http://launchpadlibrarian.net/33595087/SleepLog.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/33595088/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/33595089/UdevLog.txt

** Attachment added: WifiSyslog.gz
   http://launchpadlibrarian.net/33595090/WifiSyslog.gz

-- 
[Acer Aspire 5720] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/450429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 446662] Re: [Acer Aspire 5720] suspend/resume failure [non-free: nvidia]

2009-10-13 Thread Vadim Nevorotin
unfortunately, latest kernel has same problem, here is crash report:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/450429
If need some more tests - I can do it)

-- 
[Acer Aspire 5720] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/446662
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 446662] Re: [Acer Aspire 5720] suspend/resume failure [non-free: nvidia]

2009-10-08 Thread Vadim Nevorotin

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/33321040/AlsaDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/33321041/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/33321043/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/33321044/Card0.Codecs.codec.0.txt

** Attachment added: Card0.Codecs.codec.1.txt
   http://launchpadlibrarian.net/33321046/Card0.Codecs.codec.1.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/33321047/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/33321048/Dependencies.txt

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/33321065/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/33321066/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/33321067/Lsusb.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/33321068/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/33321069/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/33321070/ProcInterrupts.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/33321071/ProcMaps.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/33321072/ProcModules.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/33321073/ProcStatus.txt

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/33321074/RfKill.txt

** Attachment added: SleepLog.txt
   http://launchpadlibrarian.net/33321076/SleepLog.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/33321077/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/33321078/UdevLog.txt

** Attachment added: WifiSyslog.gz
   http://launchpadlibrarian.net/33321079/WifiSyslog.gz

-- 
[Acer Aspire 5720] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/446662
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 446662] [NEW] [Acer Aspire 5720] suspend/resume failure [non-free: nvidia]

2009-10-08 Thread Vadim Nevorotin
Public bug reported:

Can't wake up... Only black screen.

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  malamut1688 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0x5b30 irq 22'
   Mixer name   : 'Realtek ALC268'
   Components   : 'HDA:10ec0268,1025011e,0013 
HDA:14f12c06,1025011e,0010'
   Controls  : 11
   Simple ctrls  : 8
Date: Fri Oct  9 00:04:16 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=a14db8f3-2d49-8089-6acb-f3ac1ea07f9c
InterpreterPath: /usr/bin/python2.6
MachineType: Acer Aspire 5720
NonfreeKernelModules: nvidia
Package: linux-image-2.6.31-12-generic 2.6.31-12.41
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-12-generic 
root=UUID=a367c7c5-eebf-4db2-83ab-a77a17d659e7 ro quiet splash gfxpayload=true
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.31-12.41-generic
RelatedPackageVersions: linux-firmware 1.21
SourcePackage: linux
Tags: resume suspend
Title: [Acer Aspire 5720] suspend/resume failure [non-free: nvidia]
Uname: Linux 2.6.31-12-generic x86_64
UserGroups:
 
dmi.bios.date: 09/14/2007
dmi.bios.vendor: Acer
dmi.bios.version: V1.17
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Nettiling
dmi.board.vendor: Acer
dmi.board.version: V1.17
dmi.chassis.type: 1
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.17
dmi.modalias: 
dmi:bvnAcer:bvrV1.17:bd09/14/2007:svnAcer:pnAspire5720:pvrV1.17:rvnAcer:rnNettiling:rvrV1.17:cvnAcer:ct1:cvrV1.17:
dmi.product.name: Aspire 5720
dmi.product.version: V1.17
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-kerneloops resume suspend

-- 
[Acer Aspire 5720] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/446662
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 446899] Re: UbuntuOne crashes on disconnect

2009-10-08 Thread Vadim Nevorotin

** Attachment added: .home.malamut..cache.ubuntuone.log.oauth.login.log.txt
   
http://launchpadlibrarian.net/7087/.home.malamut..cache.ubuntuone.log.oauth.login.log.txt

** Attachment added: 
.home.malamut..cache.ubuntuone.log.syncdaemon.exceptions.log.txt
   
http://launchpadlibrarian.net/7088/.home.malamut..cache.ubuntuone.log.syncdaemon.exceptions.log.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/7089/Dependencies.txt

** Attachment added: UbuntuoneClientPackages.txt
   http://launchpadlibrarian.net/7090/UbuntuoneClientPackages.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/7091/XsessionErrors.txt

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

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


[Bug 446899] [NEW] UbuntuOne crashes on disconnect

2009-10-08 Thread Vadim Nevorotin
Public bug reported:

Binary package hint: ubuntuone-client

UbuntuOne crashes when I select disconnect in applet menu.

ProblemType: Bug
Architecture: amd64
Date: Fri Oct  9 07:25:13 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: ubuntuone-client 0.96.0-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-12.41-generic
SourcePackage: ubuntuone-client
Uname: Linux 2.6.31-12-generic x86_64

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

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

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


[Bug 358602] Re: ImportError: No module named gammu.Data

2009-05-01 Thread Vadim Nevorotin
Jaunty x86_64, Wammu from PPA don't start with the same error. Will it
be fixed soon or I should install Wammu and Gammu from official repos?

-- 
ImportError: No module named gammu.Data
https://bugs.launchpad.net/bugs/358602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 336660] [NEW] GConf Error: Failed to contact configuration server using root user

2009-03-02 Thread Vadim Nevorotin
Public bug reported:

Binary package hint: gconf

Since Ubuntu 8.10 (I've tried it in 8.10 and 9.04 alpha5) there is a
very strange bug. If you set a root password (e.g. with command sudo
passwd root) and then log in to root in a terminal using command su a
lot of GNOME applications start from this root session with an error
like this:

GConf Error: Failed to contact configuration server; some possible
causes are that you need to enable TCP/IP networking for ORBit, or you
have stale NFS locks due to a system crash. See
http://www.gnome.org/projects/gconf/ for information. (Details -  1:
Failed to get connection to session: Did not receive a reply. Possible
causes include: the remote application did not send a reply, the message
bus security policy blocked the reply, the reply timeout expired, or the
network connection was broken.)

For example, gedit and firefox. But if you log in into root session with 
command sudo su everything works perfectly. To be honest, I can't understand 
difference between su and sudo su.
Yes, I extremely well know, that using sudo instead of root account is safer 
and preferable BUT sometimes it's better and easier to use root account.

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

-- 
GConf Error: Failed to contact configuration server using root user
https://bugs.launchpad.net/bugs/336660
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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