[Bug 1799098] Re: Discrepancy between configuration and systemd unit

2018-10-21 Thread Arunas via ubuntu-bugs
/etc/init.d/isc-dhcp-server has a comment
if test -n "$INTERFACES" -a -z "$INTERFACESv4"; then
echo "DHCPv4 interfaces are no longer set by the 
INTERFACES variable in" >&2
echo "/etc/default/isc-dhcp-server.  Please use 
INTERFACESv4 instead." >&2
echo "Migrating automatically for now, but this will go 
away in the future." >&2

so I guess separate configurations for v4 and v6 is the new way. In that
case systemd service unit files have to catch up.

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

Title:
  Discrepancy between configuration and systemd unit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1799098/+subscriptions

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

[Bug 1799098] [NEW] Discrepancy between configuration and systemd unit

2018-10-21 Thread Arunas via ubuntu-bugs
Public bug reported:

/etc/default/isc-dhcp-server file is generated with variables, 'INTERFACESv4' 
and 'INTERFACESv6', however, both /lib/system/system/isc-dhcp-server.service 
and isc-dhcp-server6.service use same INTERFACES variable on the command line.
Not sure which is more up to date, but they obviously need to be consistent.

** Affects: isc-dhcp (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/1799098

Title:
  Discrepancy between configuration and systemd unit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1799098/+subscriptions

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

[Bug 1611197] [NEW] Upgrade from 14.04 LTS to 16.04 LTS failing

2016-08-08 Thread Arunas
Public bug reported:

The upgrade fails. The initial install was performed for kodibuntu.

System info:
Operating systemUbuntu Linux 14.04
Kernel and CPU  Linux 3.13.0-24-generic on x86_64
Processor information   AMD A6-6400K APU with Radeon(tm) HD Graphics , 2 cores




Failing with no real message:

Building data structures... Done

Calculating the changes

Calculating the changes

Could not calculate the upgrade

An unresolvable problem occurred while calculating the upgrade.

This can be caused by:
* Upgrading to a pre-release version of Ubuntu
* Running the current pre-release version of Ubuntu
* Unofficial software packages not provided by Ubuntu

If none of this applies, then please report this bug using the
command 'ubuntu-bug ubuntu-release-upgrader-core' in a terminal.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubuntu-release-upgrader-core 1:0.220.8
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: amd64
CrashDB: ubuntu
Date: Mon Aug  8 23:52:44 2016
InstallationDate: Installed on 2014-05-06 (826 days ago)
InstallationMedia: Ubuntu  "Trusty" - Build amd64 LIVE Binary 20140504-15:29
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to trusty on 2016-08-09 (0 days ago)

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade third-party-packages trusty

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

Title:
  Upgrade from 14.04 LTS to 16.04 LTS failing

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

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


[Bug 1587546] Re: Will not start

2016-06-28 Thread Arunas
Sorry my bad. My ~HOME/.local is a symlink to NFS, which wasn't mounted after 
Ubuntu reinstallation. 
NFS sorted and Hamster is happy again.

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

Title:
  Will not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hamster-applet/+bug/1587546/+subscriptions

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


[Bug 1587546] Re: Will not start

2016-06-28 Thread Arunas
Similar fault here, slightly different stack:

WARNING:root:Could not import gnomeapplet. Defaulting to upper panel
ERROR:dbus.proxies:Introspect error on :1.160:/org/gnome/Hamster: 
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message 
recipient disconnected from message bus without replying
Traceback (most recent call last):
  File "/usr/bin/hamster-indicator", line 385, in 
hamster_indicator = HamsterIndicator()
  File "/usr/bin/hamster-indicator", line 175, in __init__
super(HamsterIndicator, self).__init__(applet)
  File "/usr/lib/python2.7/dist-packages/hamster/applet.py", line 205, in 
__init__
self.new_name = widgets.ActivityEntry()
  File "/usr/lib/python2.7/dist-packages/hamster/widgets/activityentry.py", 
line 103, in __init__
self.populate_suggestions()
  File "/usr/lib/python2.7/dist-packages/hamster/widgets/activityentry.py", 
line 234, in populate_suggestions
self.activities = runtime.storage.get_activities(fact.activity)
  File "/usr/lib/python2.7/dist-packages/hamster/client.py", line 136, in 
get_activities
return self._to_dict(('name', 'category'), self.conn.GetActivities(search))
  File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
  File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
  File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The 
name :1.160 was not provided by any .service files

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

Title:
  Will not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hamster-applet/+bug/1587546/+subscriptions

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


[Bug 1014494] Re: Improper display on Xfce 4.10/Cinnamon running on Ubuntu 12.04/Mint

2014-09-30 Thread Arunas
Mint Cinamon 16, multiload-indicator v0.3:
Start OK from the command line, and occupies al lthe space necessary.
When auto-starting during login, or after some other applets are added/removed, 
it is shrunk to a standard icon size. Quitting and restarting it manually with 
Alt-F2 fixes the problem temporarily.

It looks like interworking problem between system tray and the
indicator. Initial startup takes the space as required, but automatic
resizing/moving screws screws up the size of the applet. Perhaps the
applet need to intercept and process some resize event? (only guessing
here, as I am not famliar with the panel API).

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

Title:
  Improper display on Xfce 4.10/Cinnamon running on Ubuntu 12.04/Mint

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-multiload/+bug/1014494/+subscriptions

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


[Bug 1102182] [NEW] netscript-2.4-upstart runs with read-only root: dhcp and wpa broken

2013-01-20 Thread Arunas
Public bug reported:

network-interface.conf handles new network interfaces. Unfortunately, at boot 
it is called while the root system is still read-only.
Not to mention the command mkdir -p /run/network that is not going to work 
with ro root, dhcpclient cannot write leases and fails. Static address is still 
somehow succeeding. wpasupplicant does not work either.
Not understanding upstart structure well enough (are there dependency graph 
visualisation tools?), I have just added
mount -orw,remount / before the mkdir command. This fixed the network 
interface configuration at boot.
I know this will interfere with fsck.
Surely there are better ways to fix it...please? I see a lot of dumbfounded 
folk scratching their heads why simple /etc/network/interfaces configuration 
does not work.

** Affects: ifupdown (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/1102182

Title:
  netscript-2.4-upstart runs with read-only root: dhcp and wpa broken

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

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


[Bug 1102182] Re: netscript-2.4-upstart runs with read-only root: dhcp and wpa broken

2013-01-20 Thread Arunas
the file /etc/init/network-interface.conf actually comes from ifupdown
package, not network-upstart as implied in the title.

** Package changed: ubuntu = ifupdown (Ubuntu)

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

Title:
  netscript-2.4-upstart runs with read-only root: dhcp and wpa broken

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

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


[Bug 372426] Re: NIS not working

2012-03-16 Thread Arunas
11.10 keeps freezing randomly with NIS enabled if the interface is not
in /etc/network/interfaces as auto - I presume network-manager enables
it just for the user session and times it out when no user is logged in?
It works for a short period of time after reboot and if users keep
logging in, but freezes up after any significant idle period.

I had troubles even shutting the system down until I moved eth0 control
to /etc/network/interfaces. This should be part of package configuration
script (as well as adding NIS to /etc/nsswitch.conf), I suppose.

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

Title:
  NIS not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/372426/+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 372426] Re: NIS not working

2012-03-16 Thread Arunas
11.10 keeps freezing randomly with NIS enabled if the interface is not
in /etc/network/interfaces as auto - I presume network-manager enables
it just for the user session and times it out when no user is logged in?
It works for a short period of time after reboot and if users keep
logging in, but freezes up after any significant idle period.

I had troubles even shutting the system down until I moved eth0 control
to /etc/network/interfaces. This should be part of package configuration
script (as well as adding NIS to /etc/nsswitch.conf), I suppose.

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

Title:
  NIS not working

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

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


[Bug 933419] [NEW] Firefox sometimes renders text incorrectly

2012-02-16 Thread Arunas
Public bug reported:

Sometimes Firefox renders text incorrectly. For example, occasionally
one of the titles in Google search results is rendered differently than
the rest. Text rendering returns to normal after scrolling a page,
selecting and deselecting a text, or minimizing and restoring the
window.

Example of the bug: http://i44.tinypic.com/qo7ewk.png

The problem happens with both stable Firefox version and Aurora builds.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: firefox 12.0~a2~hg20120216r87198-0ubuntu1~umd1~oneiric
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
Uname: Linux 3.0.0-16-generic i686
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu4
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  cato   1541 F xfce4-volumed
  cato   1588 F xfce4-mixer-plu
BuildID: 20120216042529
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xdfef8000 irq 22'
   Mixer name   : 'Analog Devices AD1988'
   Components   : 'HDA:11d41988,10438241,00100400'
   Controls  : 37
   Simple ctrls  : 22
Channel: aurora
Date: Thu Feb 16 14:09:19 2012
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
IncompatibleExtensions:
 Ubuntu Firefox Modifications - ID=ubu...@ubuntu.com, Version=1.0.2, 
minVersion=4.0b6, maxVersion=10.*, Location=app-global, Type=extension, 
Active=Yes
 Test Pilot - ID=testpi...@labs.mozilla.com, Version=1.2, minVersion=3.5, 
maxVersion=10.*, Location=app-profile, Type=extension, Active=Yes
InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
IpRoute:
 default via 78.58.63.254 dev eth0  proto static 
 78.58.0.0/18 dev eth0  proto kernel  scope link  src 78.58.49.180  metric 1 
 169.254.0.0/16 dev eth0  scope link  metric 1000
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
PciNetwork:
 
Plugins: Shockwave Flash - Lib=libflashplayer.so, 
Location=/usr/lib/flashplugin-installer
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=12.0a2/20120216042529 (Running)
PulseSinks: Error: command ['pacmd', 'list-sinks'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
PulseSources: Error: command ['pacmd', 'list-sources'] failed with exit code 1: 
No PulseAudio daemon running, or not running as session daemon.
RfKill:
 
RunningIncompatibleAddons: True
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/28/2007
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0702
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M2N
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0702:bd05/28/2007:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: apport-bug aurora-channel i386 oneiric

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

Title:
  Firefox sometimes renders text incorrectly

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

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


[Bug 933419] Re: Firefox sometimes renders text incorrectly

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

Title:
  Firefox sometimes renders text incorrectly

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

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


[Bug 602947] Re: security fixes in latest release

2012-02-15 Thread Arunas Pranckevicius
Hello,

The latest mod_security rules break library version 2.5.11-1 with error when 
restarting Apache:
Error creating rule: Unknown variable: REQBODY_ERROR

Also mod_security has stable version 2.6.x which includes new configuration 
options:
http://comments.gmane.org/gmane.comp.apache.mod-security.owasp-crs/396

When we can expect stable update in Ubuntu 10.04.3 LTS ?

Cheers,
Arunas

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

Title:
  security fixes in latest release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache-mod-security/+bug/602947/+subscriptions

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


Re: [Bug 695622] Re: Custom startup program not starting

2011-11-05 Thread Arunas
I later noticed that my session choice on login screen was Ubuntu
safe. I did not choose it; it somehow became safe after system
upgrade - this must be a separate defect.

While on this subject, I think that the SAFE choice must be displayed
much more prominently after login; it is a very small text at the bottom
of the login screen that is not at all obvious, and it is impossible to
tell that the session is safe after login except for a few missing
applets.

The auto-start applications do start after I have selected the normal session; 
no problem.
 
-Arunas



From: Fabio Marconi fabiomarc...@ubuntu.com
To: aris...@yahoo.co.uk
Sent: Friday, 4 November 2011, 16:28
Subject: [Bug 695622] Re: Custom startup program not starting

Hello
Can you please tell if you're encountering again this problem ?
Thanks
Fabio

** Changed in: ubuntu
       Status: New = Incomplete

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/695622

Title:
  Custom startup program not starting

Status in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: nautilus

  The system does not display bluetooth icon, so I decided to add the
  applet manually (I do not see it in Add to Panel menu, and yes I
  have ticked Show Bluetooth icon checkbox - see the screenshot).
  Unfortunately it does not start when I re-login.

  Same goes for nvidia settings: nvidia installer has added an entry
  which does not get started. Same for printing queue applet. I cannot
  be too sure about the rest, but I do not see them taking any effect
  either.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: nautilus 1:2.32.0-0ubuntu1.1
  ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
  Uname: Linux 2.6.35-24-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Thu Dec 30 09:37:11 2010
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  ProcEnviron:
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus

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

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

Title:
  Custom startup program not starting

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

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

[Bug 815898] [NEW] package initramfs-tools 0.98.8ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2011-07-25 Thread Arunas-smaliukas
Public bug reported:

package initramfs-tools 0.98.8ubuntu3.1 failed to install/upgrade:
subprocess installed post-installation script returned error exit status
127

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: initramfs-tools 0.98.8ubuntu3.1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Fri Jul 22 15:53:51 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 127
PackageArchitecture: all
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.98.8ubuntu3.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 127
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 natty

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

Title:
  package initramfs-tools 0.98.8ubuntu3.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/815898/+subscriptions

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


[Bug 815898] Re: package initramfs-tools 0.98.8ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2011-07-25 Thread Arunas-smaliukas
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/815898

Title:
  package initramfs-tools 0.98.8ubuntu3.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/815898/+subscriptions

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


[Bug 762095] [NEW] Xorg freeze

2011-04-15 Thread Arunas Radzvilavicius
Public bug reported:

Binary package hint: xorg

Random freezes periodically occur in Xubuntu Natty, during GDM login or
later. Mouse pointer is usually still movable, however, no interaction
is possible.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: xorg 1:7.6+4ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1024x768
 edid-base64: 
AP///wAyDFERAAAPAQKAHhZ4CnSwlldUiyglUFQBAQEBAQEBAQEBAQEBAQEBZBkAQEEAJjAYiDYAMOQQAAAY/gBMR1BoaWxpcHNMQ0QK/gBMUDE1MFgwOC1UTEE2AEw=
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
Date: Fri Apr 15 21:50:36 2011
DistUpgraded: Fresh install
DistroCodename: natty
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller 
[8086:2592] (rev 03) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company NX6110/NC6120 [103c:099c]
   Subsystem: Hewlett-Packard Company NX6110/NC6120 [103c:099c]
MachineType: Hewlett-Packard HP Compaq nx6110 (PY496EA#ABB)
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=2f813c05-65e0-454d-a4a3-dba2a855fba2 ro quiet splash vt.handoff=7
Renderer: Unknown
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/21/2005
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68DTD Ver. F.0C
dmi.board.name: 3088
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 39.1E
dmi.chassis.asset.tag: CNU5521C9C
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68DTDVer.F.0C:bd11/21/2005:svnHewlett-Packard:pnHPCompaqnx6110(PY496EA#ABB):pvrF.0C:rvnHewlett-Packard:rn3088:rvrKBCVersion39.1E:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP Compaq nx6110 (PY496EA#ABB)
dmi.product.version: F.0C
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.23-1ubuntu6
version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu1
version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

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


** Tags: apport-bug freeze i386 natty ubuntu

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

Title:
  Xorg freeze

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


[Bug 762095] Re: Xorg freeze

2011-04-15 Thread Arunas Radzvilavicius
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/762095

Title:
  Xorg freeze

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


Re: [Bug 700160] Re: Wammu keeps disconnecting

2011-01-15 Thread Arunas
I have reduced refresh interval to 3000, it seems to have helped. It was at 
3.

Thanks!

 
Now I have problems deleting SMS messages and ToDo tasks, but this is a 
separate 
story. Perhaps I shall raise a new bug, or shall we continue in this thread?

With ToDo, if I delete 1 task, the positions of the subsequent tasks change but 
Wammu does not update them. I can delete tasks one-by-one refreshing them 
manually after each deletion.

With SMS messages, they are all displayed at position 0 or 0,0 or 0,0,0,0,0 - 
which I do not think is correct and the phone refuses to delete them (I 
suppose, 
rightfully so).


-Arunas




From: Michal Čihař mic...@cihar.com
To: aris...@yahoo.co.uk
Sent: Wed, 12 January, 2011 13:41:49
Subject: Re: [Bug 700160] Re: Wammu keeps disconnecting

Hi

Dne Tue, 11 Jan 2011 16:11:10 -
Arunas aris...@yahoo.co.uk napsal(a):

 How can we establish that the communication is too slow? What are acceptable 
 delays? Can it be configured?

No that it is slow, but inactive for too long. You can try decreasing
Refresh phone state interval in settings.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com

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

Title:
  Wammu keeps disconnecting

Status in “wammu” package in Ubuntu:
  New

Bug description:
  Binary package hint: wammu

  Was very happy to find wammu to work with my Nokia 6233, but it keeps
  disconnecting from the phone.

  wamu does not display the disconnection and keeps displaying
  connected status, but fails if you try to read or write anything
  with an exception. In the debug log it says (periodically, while
  disconnected but while displaying connected)

  Fri 2011/01/07 23:31:30: Entering GSM_GetSignalQuality
  Fri 2011/01/07 23:31:30: Getting network level
  Fri 2011/01/07 23:31:30: SENDING frametype 0x0A/length 0x09/9
  Fri 2011/01/07 23:31:30: 00 |01 |00 |0B |00 |02 |00 |00 |00   
 
  .  

  Fri 2011/01/07 23:31:30: [System error - socket_write, 107, Transport 
endpoint is not connected]
  Fri 2011/01/07 23:31:30: GSM_GetSignalQuality failed with error 
DEVICEWRITEERROR[11]: Error writing to the device.
  Fri 2011/01/07 23:31:30: Leaving GSM_GetSignalQuality

  I can restore the service by clicking Disconnect and then Connect.

  The connection stays for from a few seconds to about a minute. Very
  annoying if you are trying to write a message or create a contact.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: wammu 0.33-1
  ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
  Uname: Linux 2.6.35-24-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Fri Jan  7 23:21:07 2011
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: wammu

To unsubscribe from this bug, go to:
https://bugs.launchpad.net/ubuntu/+source/wammu/+bug/700160/+subscribe

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

Title:
  Wammu keeps disconnecting

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

Re: [Bug 700160] Re: Wammu keeps disconnecting

2011-01-11 Thread Arunas
Michal,

Thanks for the reply.

How can we establish that the communication is too slow? What are acceptable 
delays? Can it be configured?

I've got a fast machine, and Nokia PC Suite for MS Windows does not have a 
problem.

 -Arunas




From: Michal Čihař mic...@cihar.com
To: aris...@yahoo.co.uk
Sent: Sat, 8 January, 2011 20:35:26
Subject: [Bug 700160] Re: Wammu keeps disconnecting

Maybe there are big delays between communication with phone and it
disconnects from bluetooth?

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

Title:
  Wammu keeps disconnecting

Status in “wammu” package in Ubuntu:
  New

Bug description:
  Binary package hint: wammu

Was very happy to find wammu to work with my Nokia 6233, but it keeps 
disconnecting from the phone.

wamu does not display the disconnection and keeps displaying connected 
status, 
but fails if you try to read or write anything with an exception. In the debug 
log it says (periodically, while disconnected but while displaying connected)

Fri 2011/01/07 23:31:30: Entering GSM_GetSignalQuality
Fri 2011/01/07 23:31:30: Getting network level
Fri 2011/01/07 23:31:30: SENDING frametype 0x0A/length 0x09/9
Fri 2011/01/07 23:31:30: 00 |01 |00 |0B |00 |02 |00 |00 |00 
 
.  

Fri 2011/01/07 23:31:30: [System error - socket_write, 107, Transport 
endpoint is not connected]
Fri 2011/01/07 23:31:30: GSM_GetSignalQuality failed with error 
DEVICEWRITEERROR[11]: Error writing to the device.
Fri 2011/01/07 23:31:30: Leaving GSM_GetSignalQuality

I can restore the service by clicking Disconnect and then Connect.

The connection stays for from a few seconds to about a minute. Very annoying if 
you are trying to write a message or create a contact.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: wammu 0.33-1
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Fri Jan  7 23:21:07 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
PackageArchitecture: all
ProcEnviron:
LANG=en_GB.UTF-8
SHELL=/bin/bash
SourcePackage: wammu

To unsubscribe from this bug, go to:
https://bugs.launchpad.net/ubuntu/+source/wammu/+bug/700160/+subscribe

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

Title:
  Wammu keeps disconnecting

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

[Bug 700131] [NEW] timeout for pairing is too short

2011-01-07 Thread Arunas
Public bug reported:

Binary package hint: bluez

I took a lot of practice to pair up my Nokia 6233 with my PC.

When I ask to Browse files for the first time on my mobile, the mobile
first prompts to Accept data exchange, then prompts for a PIN. The PC
daemon then asks for the ping with GUI prompt.

The PC daemon (or is it the phone?) gives my like 5 seconds to do all
that, otherwise reports (I am running bluetooth-applet on terminal from
command line)

Failed to mount OBEX volume: Connection to the device lost
Failed to mount OBEX volume: Service search failed (Host is down)
Failed to mount OBEX volume: Connection to the device lost
Failed to mount OBEX volume: Connection to the device lost

If this timeout is determined by the phone, the user needs to be told to do 
everything quickly with a count-down timer. 
If this is the PC daemon, the timer needs to be extended.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: bluez 4.69-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Fri Jan  7 21:50:00 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
InterestingModules: rfcomm sco bnep l2cap btusb bluetooth
MachineType: ECS GeForce7050M-M
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-24-generic 
root=UUID=a1c7f7e6-e171-4ae8-8dfc-be330c2cac9a ro quiet splash
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: bluez
dmi.bios.date: 01/05/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 080014
dmi.board.name: GeForce7050M-M
dmi.board.vendor: ECS
dmi.board.version: 1.0
dmi.chassis.type: 3
dmi.chassis.vendor: ECS
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080014:bd01/05/2009:svnECS:pnGeForce7050M-M:pvr1.0:rvnECS:rnGeForce7050M-M:rvr1.0:cvnECS:ct3:cvr:
dmi.product.name: GeForce7050M-M
dmi.product.version: 1.0
dmi.sys.vendor: ECS
hciconfig:
 hci0:  Type: BR/EDR  Bus: USB
BD Address: 00:11:67:0D:33:A6  ACL MTU: 678:8  SCO MTU: 48:10
UP RUNNING PSCAN ISCAN 
RX bytes:382603 acl:5156 sco:0 events:32188 errors:0
TX bytes:16059905 acl:32075 sco:0 commands:80 errors:0
rfkill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

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


** Tags: amd64 apport-bug maverick

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

Title:
  timeout for pairing is too short

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


[Bug 700131] Re: timeout for pairing is too short

2011-01-07 Thread Arunas


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

Title:
  timeout for pairing is too short

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


[Bug 700160] [NEW] Wammu keeps disconnecting

2011-01-07 Thread Arunas
Public bug reported:

Binary package hint: wammu

Was very happy to find wammu to work with my Nokia 6233, but it keeps
disconnecting from the phone.

wamu does not display the disconnection and keeps displaying connected
status, but fails if you try to read or write anything with an
exception. In the debug log it says (periodically, while disconnected
but while displaying connected)

Fri 2011/01/07 23:31:30: Entering GSM_GetSignalQuality
Fri 2011/01/07 23:31:30: Getting network level
Fri 2011/01/07 23:31:30: SENDING frametype 0x0A/length 0x09/9
Fri 2011/01/07 23:31:30: 00 |01 |00 |0B |00 |02 |00 |00 |00 
 .   
Fri 2011/01/07 23:31:30: [System error - socket_write, 107, Transport 
endpoint is not connected]
Fri 2011/01/07 23:31:30: GSM_GetSignalQuality failed with error 
DEVICEWRITEERROR[11]: Error writing to the device.
Fri 2011/01/07 23:31:30: Leaving GSM_GetSignalQuality

I can restore the service by clicking Disconnect and then Connect.

The connection stays for from a few seconds to about a minute. Very
annoying if you are trying to write a message or create a contact.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: wammu 0.33-1
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Fri Jan  7 23:21:07 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
PackageArchitecture: all
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: wammu

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


** Tags: amd64 apport-bug maverick

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

Title:
  Wammu keeps disconnecting

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


[Bug 700160] Re: Wammu keeps disconnecting

2011-01-07 Thread Arunas


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

Title:
  Wammu keeps disconnecting

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


[Bug 696603] [NEW] wacom driver crashes at Xserver restart

2011-01-02 Thread Arunas
Public bug reported:

Crashes if the pen is in detection range with the pad. Starts OK if I
put the pen away. Attached is XServer log.

Backtrace:
[ 25850.210] 0: /usr/bin/X (xorg_backtrace+0x28) [0x4a0fa8]
[ 25850.210] 1: /usr/bin/X (0x40+0x60fcd) [0x460fcd]
[ 25850.210] 2: /lib/libpthread.so.0 (0x7f9f21c6c000+0xfb40) [0x7f9f21c7bb40]
[ 25850.210] 3: /usr/bin/X (IsMaster+0x0) [0x434220]
[ 25850.210] 4: /usr/bin/X (miPointerGetScreen+0x9) [0x459b89]
[ 25850.210] 5: /usr/lib/xorg/modules/input/wacom_drv.so 
(0x7f9f1b51d000+0x7a44) [0x7f9f1b524a44]
[ 25850.210] 6: /usr/lib/xorg/modules/input/wacom_drv.so 
(0x7f9f1b51d000+0xb676) [0x7f9f1b528676]
[ 25850.210] 7: /usr/lib/xorg/modules/input/wacom_drv.so 
(0x7f9f1b51d000+0x4df3) [0x7f9f1b521df3]
[ 25850.210] 8: /usr/lib/xorg/modules/input/wacom_drv.so 
(0x7f9f1b51d000+0x4ebd) [0x7f9f1b521ebd]
[ 25850.210] 9: /usr/bin/X (0x40+0x6b837) [0x46b837]
[ 25850.210] 10: /usr/bin/X (0x40+0x11f4e3) [0x51f4e3]
[ 25850.210] 11: /lib/libpthread.so.0 (0x7f9f21c6c000+0xfb40) [0x7f9f21c7bb40]
[ 25850.210] 12: /lib/libpthread.so.0 (open64+0x10) [0x7f9f21c7b3b0]
[ 25850.210] 13: /usr/bin/X (xf86OpenSerial+0x4f) [0x51e55f]
[ 25850.211] 14: /usr/lib/xorg/modules/input/wacom_drv.so 
(0x7f9f1b51d000+0x3de8) [0x7f9f1b520de8]
[ 25850.211] 15: /usr/lib/xorg/modules/input/wacom_drv.so 
(0x7f9f1b51d000+0x8a3f) [0x7f9f1b525a3f]
[ 25850.211] 16: /usr/bin/X (0x40+0x7c6d7) [0x47c6d7]
[ 25850.211] 17: /usr/bin/X (NewInputDeviceRequest+0x3da) [0x47d0ea]
[ 25850.211] 18: /usr/lib/xorg/modules/input/wacom_drv.so 
(0x7f9f1b51d000+0xe426) [0x7f9f1b52b426]
[ 25850.211] 19: /usr/lib/xorg/modules/input/wacom_drv.so 
(0x7f9f1b51d000+0x8d46) [0x7f9f1b525d46]
[ 25850.211] 20: /usr/bin/X (0x40+0x7c6d7) [0x47c6d7]
[ 25850.211] 21: /usr/bin/X (NewInputDeviceRequest+0x3da) [0x47d0ea]
[ 25850.211] 22: /usr/bin/X (0x40+0x83ce7) [0x483ce7]
[ 25850.211] 23: /usr/bin/X (0x40+0x8428e) [0x48428e]
[ 25850.211] 24: /usr/bin/X (config_init+0x9) [0x483779]
[ 25850.211] 25: /usr/bin/X (InitInput+0x95) [0x46dcf5]
[ 25850.211] 26: /usr/bin/X (0x40+0x21813) [0x421813]
[ 25850.211] 27: /lib/libc.so.6 (__libc_start_main+0xfe) [0x7f9f20bd7d8e]
[ 25850.211] 28: /usr/bin/X (0x40+0x213d9) [0x4213d9]
[ 25850.211] Segmentation fault at address 0x188
[ 25850.211] 
Caught signal 11 (Segmentation fault). Server aborting

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: xserver-xorg-input-wacom 1:0.10.8-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  260.19.06  Mon Sep 13 04:29:19 
PDT 2010
 GCC version:  gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5)
Architecture: amd64
Date: Sun Jan  2 20:16:57 2011
DkmsStatus:
 nvidia-current, 260.19.06, 2.6.35-23-generic, x86_64: installed 
 nvidia-current, 260.19.06, 2.6.35-22-generic, x86_64: built 
 nvidia-current, 260.19.06, 2.6.35-24-generic, x86_64: installed
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
MachineType: ECS GeForce7050M-M
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-24-generic 
root=UUID=a1c7f7e6-e171-4ae8-8dfc-be330c2cac9a ro quiet splash
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: xf86-input-wacom
dmi.bios.date: 01/05/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 080014
dmi.board.name: GeForce7050M-M
dmi.board.vendor: ECS
dmi.board.version: 1.0
dmi.chassis.type: 3
dmi.chassis.vendor: ECS
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080014:bd01/05/2009:svnECS:pnGeForce7050M-M:pvr1.0:rvnECS:rnGeForce7050M-M:rvr1.0:cvnECS:ct3:cvr:
dmi.product.name: GeForce7050M-M
dmi.product.version: 1.0
dmi.sys.vendor: ECS
glxinfo: Error: [Errno 2] No such file or directory
system:
 distro: Ubuntu
 codename:   maverick
 architecture:   x86_64
 kernel: 2.6.35-24-generic
xkbcomp:
 Error: command ['xkbcomp', ':0', '-w0', '-'] failed with exit code 1: Error:   
 Cannot open display :0
   Exiting

** Affects: xf86-input-wacom (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

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

Title:
  wacom driver crashes at Xserver restart

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


[Bug 696603] Re: wacom driver crashes at Xserver restart

2011-01-02 Thread Arunas

** Attachment added: Xorg.0.log
   https://bugs.launchpad.net/bugs/696603/+attachment/1781900/+files/Xorg.0.log

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

Title:
  wacom driver crashes at Xserver restart

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


[Bug 695622] [NEW] Custom startup program not starting

2010-12-30 Thread Arunas
Public bug reported:

Binary package hint: nautilus

The system does not display bluetooth icon, so I decided to add the
applet manually (I do not see it in Add to Panel menu, and yes I have
ticked Show Bluetooth icon checkbox - see the screenshot).
Unfortunately it does not start when I re-login.

Same goes for nvidia settings: nvidia installer has added an entry which
does not get started. Same for printing queue applet. I cannot be too
sure about the rest, but I do not see them taking any effect either.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: nautilus 1:2.32.0-0ubuntu1.1
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Thu Dec 30 09:37:11 2010
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus

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


** Tags: amd64 apport-bug maverick

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

Title:
  Custom startup program not starting

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


[Bug 695622] Re: Custom startup program not starting

2010-12-30 Thread Arunas

** Attachment added: Screenshots and .xsession-errors
   
https://bugs.launchpad.net/bugs/695622/+attachment/1779463/+files/Screenshots.tar.gz

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

Title:
  Custom startup program not starting

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


[Bug 695010] Re: pavucontrol unstable

2010-12-28 Thread Arunas


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

Title:
  pavucontrol unstable

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


[Bug 695010] [NEW] pavucontrol unstable

2010-12-28 Thread Arunas
Public bug reported:

Binary package hint: pavucontrol

I have 2 sound cards: on-boards NVidia and USB VoIP headphones.

Sometimes I need to change Playback or Recording device when the
application has picked the wrong one. Unfortunately, when I click on the
device picker button, it briefly flashes the selection list and closes
it again. If I do it several times very quickly, sometimes I can catch
the selection radio button list and select different input or output,
and it actually works. Unfortunately, this often hangs or crashes the
pavucontrol application.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: pavucontrol 0.9.9-1
ProcVersionSignature: Ubuntu 2.6.35-23.41-generic 2.6.35.7
Uname: Linux 2.6.35-23-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Tue Dec 28 13:00:50 2010
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: pavucontrol

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


** Tags: amd64 apport-bug maverick

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

Title:
  pavucontrol unstable

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


[Bug 695148] [NEW] Evolution MAPI stale folders

2010-12-28 Thread Arunas
Public bug reported:

Binary package hint: evolution

I have made 2 attempts to set up MAPI accounts with my company's
Exchange server. It worked (kind of), but not to my satisfaction, and I
deleted the account. It had however left me with two duplicate stale
Types of Calendar and Task items that I cannot get rid of. Please see
the screenshot - Genesys is what I cannot get rid of.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: evolution 2.30.3-1ubuntu7.1
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Tue Dec 28 20:39:18 2010
ExecutablePath: /usr/bin/evolution
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution

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


** Tags: amd64 apport-bug maverick

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

Title:
  Evolution MAPI stale folders

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


[Bug 695148] Re: Evolution MAPI stale folders

2010-12-28 Thread Arunas

** Attachment added: Screenshot
   
https://bugs.launchpad.net/bugs/695148/+attachment/1778440/+files/EvolutionMAPIBug.png

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

Title:
  Evolution MAPI stale folders

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


[Bug 482740] Re: Fax field formatting is defective after the Letter wizard

2009-11-14 Thread Arunas

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

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

-- 
Fax field formatting is defective after the Letter wizard
https://bugs.launchpad.net/bugs/482740
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 482740] [NEW] Fax field formatting is defective after the Letter wizard

2009-11-14 Thread Arunas
Public bug reported:

Binary package hint: openoffice.org

The Letter wizard uses expanded character style for the fax number of the 
sender (top right box), and the paragraph is right-aligned. 
Unfortunately the program estimates the text size of the telephone number as if 
the character spacing is not expanded, and the last digits are hidden by the 
following text (if there is any), or extend beyond the margin (if there is no 
following text), becoming misaligned at the same time in the latter case.
The problem disappears if I edit the formatting manually by first resetting the 
character effects and then applying the same expanded style.
I used Personal letter Office style.
The resulting document and the screenshot of how it is rendered is attached.
The fax number I provided was 0123456789, the last portion of which appears 
hidden on my screen (the screenshot attached).

ProblemType: Bug
Architecture: amd64
Date: Sat Nov 14 17:36:45 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
NonfreeKernelModules: fglrx
Package: openoffice.org-core 1:3.1.1-5ubuntu1 [modified: 
var/lib/openoffice/basis3.1/program/services.rdb]
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: openoffice.org
Uname: Linux 2.6.31-14-generic x86_64

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug swriter

-- 
Fax field formatting is defective after the Letter wizard
https://bugs.launchpad.net/bugs/482740
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 464829] Re: WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 check_for_bios_corruption+0xe5/0x100()

2009-11-03 Thread Arunas Radzvilavicius
Confirming the same.

-- 
WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 
check_for_bios_corruption+0xe5/0x100()
https://bugs.launchpad.net/bugs/464829
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 394187] [NEW] Breaks Evolution, possibly other programs, due to crash in libnss_wins.so.2

2009-07-01 Thread Arunas
Public bug reported:

Binary package hint: wine

This is possibly die to the dependent packages. The end effect is that after 
wine installation, Evolution stops working, after wine removal (and apt-get 
autoremove for the wine dependencies) it starts working again.
--
** (evolution:15083): DEBUG: Loading Exchange MAPI Plugin 

** (evolution:15083): DEBUG: MAPI listener is constructed with 0 listed MAPI 
accounts 
*** glibc detected *** evolution: realloc(): invalid pointer: 
0x7ff8720e3970 ***
=== Backtrace: =
/lib/libc.so.6[0x7ff87e158cb8]
/lib/libc.so.6(realloc+0x2bc)[0x7ff87e15df3c]
/lib/libnss_wins.so.2(Realloc+0xa6)[0x7ff863cf7b37]
/lib/libnss_wins.so.2(realloc_array+0x44)[0x7ff863cf7c0e]
/lib/libnss_wins.so.2(debug_add_class+0x70)[0x7ff863ce11b7]
/lib/libnss_wins.so.2(debug_init+0x29)[0x7ff863ce12f3]
/lib/libnss_wins.so.2(setup_logging+0x10)[0x7ff863ce2118]
/lib/libnss_wins.so.2(_nss_wins_gethostbyname_r+0xd2)[0x7ff863c0fedc]
/lib/libnss_wins.so.2(_nss_wins_gethostbyname2_r+0x2b)[0x7ff863c10364]
/lib/libc.so.6[0x7ff87e1ae414]
/lib/libc.so.6(getaddrinfo+0x1d2)[0x7ff87e1afda2]
/usr/lib/libcamel-1.2.so.14[0x7ff886d2ce69]
/lib/libpthread.so.0[0x7ff88507f3ba]
/lib/libc.so.6(clone+0x6d)[0x7ff87e1c6fcd]


ProblemType: Bug
Architecture: amd64
Dependencies:
 
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: fglrx
Package: wine None
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: wine
Uname: Linux 2.6.28-13-generic x86_64
UnreportableReason: This is not a genuine Ubuntu package

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


** Tags: amd64 apport-bug

-- 
Breaks Evolution, possibly other programs, due to crash in libnss_wins.so.2
https://bugs.launchpad.net/bugs/394187
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 34547] Re: Ubuntu theme breaks notifications when attached to a bottom panel

2009-04-12 Thread Arunas Radzvilavicius
The similar bug seems to be present in Xubuntu Jaunty beta. Notification 
bubble, pointing to network manager icon is clearly rendered incorrectly (see 
screenshot).
Notification-daemon version: 0.4.0-0.ubuntu3 .
(After some experiments with pynotify I realised, what notification bubble is 
rendered incorrectly only after it is updated with 
pynotify.Notification.update() and only when it is pointing down).


** Attachment added: Incorrect notification bubble pointing to network manager 
icon on bottom panel.
   http://launchpadlibrarian.net/25282962/incorret_notification_bubble.png

-- 
Ubuntu theme breaks notifications when attached to a bottom panel 
https://bugs.launchpad.net/bugs/34547
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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