[Bug 111562] fglrx driver causes crashes in Feisty

2007-05-01 Thread Otto
Public bug reported:

Binary package hint: xorg-driver-fglrx

I have noticed two problems that immediately surface after installing
xorg-driver-fglrx in Feisty. When clicking on the System > Preferences >
Font  > "Details" button, the window disappears and Font Details cannot
be accessed. Also, opening any PDF in evince causes it to hang and must
be force killed.

These problems go away after switching back to the default ati driver. I
did not experience these issues with on same hardware using Edgy.

** Affects: linux-restricted-modules-2.6.22 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
fglrx driver causes crashes in Feisty
https://bugs.launchpad.net/bugs/111562
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162832] Re: Not possible to assign separate smtp server to account

2008-03-12 Thread Otto
I'm having similar problem.
When multiple smtp server's are listed and one is selected as default,
thunderbird doesn't use the default server even if there is one server
marked as default. I have to modify server address everytime when I'm
changing ISP / location(wlan). Annoying.

-- 
Not possible to assign separate smtp server to account
https://bugs.launchpad.net/bugs/162832
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 1301911] [NEW] package munin-common 2.0.17-2ubuntu1.1 failed to install/upgrade: ErrorMessage: package munin-common is already installed and configured

2014-04-03 Thread Otto
Public bug reported:

Upgrade to 14.04

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: munin-common 2.0.17-2ubuntu1.1
ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5
Uname: Linux 3.11.0-19-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14-0ubuntu1
AptdaemonVersion: 1.1.1-1ubuntu3
Architecture: i386
CrashReports:
 640:0:146:2593933:2014-04-03 02:01:37.794044017 -0400:2014-04-03 
02:01:38.794044017 -0400:/var/crash/munin-common.0.crash
 640:0:146:2587565:2014-04-02 23:53:43.814309725 -0400:2014-04-02 
21:08:48.798652323 -0400:/var/crash/eagle.0.crash
 640:0:146:2576292:2014-04-02 23:45:27.066326924 -0400:2014-04-02 
20:40:18.086711554 -0400:/var/crash/wine-mono0.0.8.0.crash
Date: Thu Apr  3 02:01:33 2014
DuplicateSignature: package:munin-common:2.0.17-2ubuntu1.1:ErrorMessage: 
package munin-common is already installed and configured
ErrorMessage: ErrorMessage: package munin-common is already installed and 
configured
InstallationDate: Installed on 2011-10-16 (899 days ago)
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
PackageArchitecture: all
SourcePackage: dpkg
Title: package munin-common 2.0.17-2ubuntu1.1 failed to install/upgrade: 
ErrorMessage: package munin-common is already installed and configured
UpgradeStatus: Upgraded to trusty on 2014-04-03 (0 days ago)

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


** Tags: already-installed apport-package i386 need-duplicate-check trusty

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

Title:
  package munin-common 2.0.17-2ubuntu1.1 failed to install/upgrade:
  ErrorMessage: package munin-common is already installed and configured

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

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


[Bug 1097059] [NEW] installation on eeepc succeeded before, after change of hdd not anymore

2013-01-07 Thread otto
Public bug reported:

*

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: ubiquity 2.8.7
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
CasperVersion: 1.287
Date: Mon Jan  7 23:14:41 2013
LiveMediaBuild: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
ProcEnviron:
 LANGUAGE=de_DE.UTF-8
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 oneiric ubiquity-2.8.7

** Attachment added: "partman"
   https://bugs.launchpad.net/bugs/1097059/+attachment/3476380/+files/partman

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

Title:
  installation on eeepc succeeded before, after change of hdd not
  anymore

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

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


[Bug 997192] [NEW] Awesome WM fails to run user rc.lua

2012-05-09 Thread Otto
Public bug reported:

After upgrade to 12.04, Awesome would not run ~/.config/awesome/rc.lua

I found the following reference in ~/.xsession-errors

/usr/share/awesome/lib/beautiful.lua:37: bad argument #1 to 'pairs'
(table expected, got nil)

It looks like this has already been fixed upstream, the following link
solved this for me:

https://awesome.naquadah.org/bugs/index.php?do=details&task_id=941

Essentially, I had to apply the following patch:

diff --git a/lib/beautiful.lua.in b/lib/beautiful.lua.in
index 9997329..4325cac 100644
--- a/lib/beautiful.lua.in
+++ b/lib/beautiful.lua.in
@@ -34,6 +34,7 @@ local wallpaper = {}
 -- @param tw A table with wallpaper commands.
 -- @return False if tw length is zero or if any entries in tw are not strings.
 function wallpaper.is_valid(tw)
+if type(tw) ~= 'table' then return false end
 for _, v in pairs(tw) do
 if type(v) ~= 'string' then return false end
 end

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


** Tags: 12.04 awesome ubuntu wm

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

Title:
  Awesome WM fails to run user rc.lua

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

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


[Bug 368394] Re: netbook launcher mouse focus is off

2009-10-30 Thread Otto
Hi,
I have this problem on a Fujitsu P7010 with twin matched 512Mb sticks of RAM.  
I haven't tried using just the keyboard, but I have the mouse issue.
This was a problem for me in Jaunty and is still a problem in Karmic.  It 
worked with Intrepid.
What can I (IE how do I) help you rule in/out driver issues.

Regards
Otto

-- 
netbook launcher mouse focus is off
https://bugs.launchpad.net/bugs/368394
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 1629715] Re: kde version shows the install popup after a few seconds of launching (without chosing the iso)

2019-02-19 Thread Otto
usb-creator-kde 0.3.5
kubuntu 18.04
plasma 5.12.7
frameworks 5.44.0
qt 5.9.5
kernel 4.15.0-45-generic
64-bit

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

Title:
  kde version shows the install popup after a few seconds of launching
  (without chosing the iso)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1629715/+subscriptions

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

[Bug 1685141] Re: System freezes after locking screen

2018-05-12 Thread Otto
I also had this problem with AMD64 & Nvidia Geforce, but it doesn't actually 
freeze the system, you just can't get out of the screen lock. 
I solved it by un-checking the option to show notifications on the lock screen 
- no problems since then.

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

Title:
  System freezes after locking screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1685141/+subscriptions

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

[Bug 1624320] Re: systemd-resolved appends 127.0.0.53 to resolv.conf alongside existing entries

2017-05-05 Thread Otto
In my case after a 17.04 installation I needed a HOSTS file in order to
resolve local hosts. After applying the fix in post #8 both local and
remote hosts were resolved by the router DNS server (as was the case in
the past).

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

Title:
  systemd-resolved appends 127.0.0.53 to resolv.conf alongside existing
  entries

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

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


[Bug 1624320] Re: systemd-resolved appends 127.0.0.53 to resolv.conf alongside existing entries

2017-05-05 Thread Otto
Update to post #17...
The fix unfortunately did not fix all DNS problems. nslookup and dig can 
resolve local hosts, BUT ping and ssh both report 'Name or Service not known'. 
Looks like the HOSTS is still required.

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

Title:
  systemd-resolved appends 127.0.0.53 to resolv.conf alongside existing
  entries

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

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


[Bug 1750396] [NEW] Screen constantly crashes/refreshes

2018-02-19 Thread Otto
Public bug reported:

I've just reluctantly upgraded to 17.10 and am experiencing an annoying
bug where the display jolts/refreshes randomly once every 10/15 seconds
or so.

Specifically, the screen blacks out, appears for half a second upside-
down, then blacks out again before returning.

It corresponds very closely to the following errors found initially in
syslog:

otto@computer:~$ journalctl /usr/bin/gnome-shell -f -o cat

Window manager warning: Overwriting existing binding of keysym 73 with keysym 
73 (keycode 27).
Failed to apply DRM plane transform 0: Permission denied
Failed to read EDID from 'eDP-1': No such file or directory
Failed to read EDID from 'eDP-1': No such file or directory
Failed to read EDID from 'eDP-1': No such file or directory
WARNING: addSignalMethods is replacing existing [0x55ddb578d5c0 
Gjs_ShowAppsIcon.dash-item-container] connect method
WARNING: addSignalMethods is replacing existing [0x55ddb578d5c0 
Gjs_ShowAppsIcon.dash-item-container] disconnect method
WARNING: addSignalMethods is replacing existing [0x55ddb578d5c0 
Gjs_ShowAppsIcon.dash-item-container] emit method

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: xorg 1:7.7+19ubuntu3
ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
Uname: Linux 4.13.0-32-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
BootLog:
 
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Mon Feb 19 15:31:08 2018
DistUpgraded: 2018-02-19 11:42:52,000 ERROR Bad upgrade: 'yakkety' != 'zesty'
DistroCodename: artful
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation HD Graphics 620 [8086:5916] (rev 02) (prog-if 00 [VGA 
controller])
   Subsystem: Hewlett-Packard Company HD Graphics 620 [103c:81d2]
InstallationDate: Installed on 2016-11-11 (465 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
LightdmDisplayLog: (II) Server terminated successfully (0). Closing log file.
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 8087:0a2a Intel Corp. 
 Bus 001 Device 002: ID 04f2:b56d Chicony Electronics Co., Ltd 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: HP HP ENVY Notebook
MonitorsUser.xml:
 
 
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-32-generic 
root=UUID=c0b32388-dd3d-4fdd-9490-e2de1250484f ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to artful on 2018-02-19 (0 days ago)
dmi.bios.date: 07/08/2016
dmi.bios.vendor: Insyde
dmi.bios.version: F.21
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 81D2
dmi.board.vendor: HP
dmi.board.version: KBC Version 87.13
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.21:bd07/08/2016:svnHP:pnHPENVYNotebook:pvrType1ProductConfigId:rvnHP:rn81D2:rvrKBCVersion87.13:cvnHP:ct10:cvrChassisVersion:
dmi.product.family: 103C_5335KV G=N L=CON B=HP S=ENV
dmi.product.name: HP ENVY Notebook
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP
version.compiz: compiz 1:0.9.13.1+17.10.20170901-0ubuntu1
version.libdrm2: libdrm2 2.4.83-1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.8-0ubuntu0~17.10.1
version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.8-0ubuntu0~17.10.1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.5-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.10.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
xserver.bootTime: Mon Feb 19 12:08:47 2018
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.4-1ubuntu6.1
xserver.video_driver: modeset

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


** Tags: amd64 apport-bug artful ubuntu wayland-session

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

Title:
  Screen constantly crashes/refreshes

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

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

[Bug 1743204] [NEW] Segmentation fault in "apt --fix-broken install"

2018-01-14 Thread Otto
Public bug reported:

Expected: New installation of 'wine'

Result: (See attached screenshot of the terminal.)
The installation failed with unmet dependencies, so I entered "sudo apt 
--fix-broken install" and in the course of this dpkg encountered a segmentation 
fault:

Unpacking linux-image-extra-4.13.0-25-generic (4.13.0-25.29) ...
dpkg: error processing archive 
/var/cache/apt/archives/linux-image-extra-4.13.0-25-generic_4.13.0-25.29_amd64.deb
 (--unpack):
 unable to create new file 
'/var/lib/dpkg/info/linux-image-extra-4.13.0-25-generic.list-new': Operation 
not permitted
Segmentation fault

I have seen this before reported as a bug: 1742387

As I cannot attach more than one file (why this?) I'm inserting the full
terminal content here:

sudo apt install wine-stable
Reading package lists... Done
Building dependency tree   
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies.
 linux-image-generic : Depends: linux-image-extra-4.13.0-25-generic but it is 
not going to be installed
 wine-stable : Depends: wine64 (>= 2.0.2-2ubuntu1) but it is not going to be 
installed or
wine32 (>= 2.0.2-2ubuntu1)
   Depends: wine64 (< 2.0.2-2ubuntu1.1~) but it is not going to be 
installed or
wine32 (< 2.0.2-2ubuntu1.1~)
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or 
specify a solution).
11:20:56 [root@scotland] ~
sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  linux-image-extra-4.13.0-25-generic
The following NEW packages will be installed
  linux-image-extra-4.13.0-25-generic
0 to upgrade, 1 to newly install, 0 to remove and 0 not to upgrade.
6 not fully installed or removed.
Need to get 0 B/31.5 MB of archives.
After this operation, 163 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
(Reading database ... 383838 files and directories currently installed.)
Preparing to unpack 
.../linux-image-extra-4.13.0-25-generic_4.13.0-25.29_amd64.deb ...
Unpacking linux-image-extra-4.13.0-25-generic (4.13.0-25.29) ...
dpkg: error processing archive 
/var/cache/apt/archives/linux-image-extra-4.13.0-25-generic_4.13.0-25.29_amd64.deb
 (--unpack):
 unable to create new file 
'/var/lib/dpkg/info/linux-image-extra-4.13.0-25-generic.list-new': Operation 
not permitted
Segmentation fault

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: linux-image-generic 4.13.0.25.26
ProcVersionSignature: Ubuntu 4.13.0-21.24-generic 4.13.13
Uname: Linux 4.13.0-21-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
AudioDevicesInUse:
 USER PID ACCESS COMMAND
 /dev/snd/controlC0:  john   6019 F pulseaudio
 /dev/snd/controlC1:  john   6019 F pulseaudio
CurrentDesktop: GNOME
Date: Sun Jan 14 11:24:06 2018
HibernationDevice: RESUME=UUID=53ca4e3e-a7f4-4969-ad38-429b38324fed
InstallationDate: Installed on 2017-04-28 (260 days ago)
InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
MachineType: Gigabyte Technology Co., Ltd. EP45-DS4
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-21-generic 
root=UUID=4cfb4fad-eedb-4de1-9dd6-b384d7bc18e0 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.13.0-21-generic N/A
 linux-backports-modules-4.13.0-21-generic  N/A
 linux-firmware 1.169.1
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to artful on 2017-11-08 (66 days ago)
dmi.bios.date: 09/30/2008
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F9
dmi.board.name: EP45-DS4
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF9:bd09/30/2008:svnGigabyteTechnologyCo.,Ltd.:pnEP45-DS4:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP45-DS4:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: EP45-DS4
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: amd64 apport-bug artful

** Attachment added: "Terminal Screenshot"
   
https://bugs.launchpad.net/bugs/1743204/+attachment/5036737/+files/UbuntuBug.png

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

Title:
  Segmentation fault in "apt --fix-broken install"

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

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

[Bug 1743204] Re: Segmentation fault in "apt --fix-broken install"

2018-01-14 Thread Otto
Attempting to remove the linux-generic package Synaptic Package Manager
also reported "package is in a very bad inconsistent state" and failed.

Please see the attached terminal log

** Attachment added: "Terminal log of the error"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743204/+attachment/5036754/+files/ubuntu-bug-1.txt

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

Title:
  Segmentation fault in "apt --fix-broken install"

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

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

[Bug 1743204] Re: Segmentation fault in "apt --fix-broken install"

2018-01-14 Thread Otto
Attempting to upgrade the package Synaptic Package Manager failed again
with:

E: /var/cache/apt/archives/linux-image-
extra-4.13.0-25-generic_4.13.0-25.29_amd64.deb: unable to open
'/lib/modules/4.13.0-25-generic/kernel/drivers/leds/leds-dac124s085.ko
.dpkg-new': Operation not permitted

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

Title:
  Segmentation fault in "apt --fix-broken install"

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

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

[Bug 1743204] Re: Segmentation fault in "apt --fix-broken install"

2018-01-14 Thread Otto
>From 
>"https://askubuntu.com/questions/675296/changing-ownership-operation-not-permitted-even-as-root";
looks like "file has the immutable flag set in its extended attributes"
so I reckon it's a problem to be resolved by the package maintainer... or 
someone who knows better, please help...
If I can do anything to help, just let me know.

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

Title:
  Segmentation fault in "apt --fix-broken install"

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

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

[Bug 1743204] Re: Segmentation fault in "apt --fix-broken install"

2018-01-17 Thread Otto
OK, done that.
I then did 'sudo apt-get update' which started off fine but after some "W: 
Possible missing firmware' messages the process stalled without using CPU.
Please see attached terminal log

** Attachment added: "Terminal log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743204/+attachment/5038127/+files/ubuntu-bug-2.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Segmentation fault in "apt --fix-broken install"

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

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

[Bug 1743204] Re: Segmentation fault in "apt --fix-broken install"

2018-01-17 Thread Otto
I blacklisted the package "linux-image-extra-4.13.0-25-generic" in
50unattended-upgrades and at least unattended upgrades runs to
completion without any errors.

Should I do anything else to allow apt auto-updating to run as normally
as possible?

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

Title:
  Segmentation fault in "apt --fix-broken install"

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

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

[Bug 1743204] Re: Segmentation fault in "apt --fix-broken install"

2018-01-17 Thread Otto
I also blacklisted it in '/etc/apt/apt.conf.d/01autoremove' and apt
update now also runs to completion without any errors.

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

Title:
  Segmentation fault in "apt --fix-broken install"

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

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

[Bug 1743204] Re: Segmentation fault in "apt --fix-broken install"

2018-01-17 Thread Otto
I tried to install wine again and got more errors - see the attached
terminal log. The base problem seems always to be a authorisation issue.
e.g.:

"dpkg: error processing archive 
/var/cache/apt/archives/libwine_2.0.2-2ubuntu1_amd64.deb (--unpack):
 unable to open '/usr/lib/x86_64-linux-gnu/wine/resutils.dll.so.dpkg-new': 
Operation not permitted"

Can someone with more know-how than myself divine what the underlying
problem is?

>From my naive googling it seems to be a problem with "immutable flag set
in its extended attributes" as in
"https://askubuntu.com/questions/675296/changing-ownership-operation-
not-permitted-even-as-root"

The permissions of " /usr/lib/x86_64-linux-gnu/wine" seem to me to be in order 
e.g.:
-rw-r--r--   1 root root   79K Oct 13 12:09 acledit.dll.so

How can we proceed in this matter?


** Attachment added: "Terminal log of the error"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743204/+attachment/5038450/+files/ubuntu-bug-3.txt

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

Title:
  Segmentation fault in "apt --fix-broken install"

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

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

[Bug 1743204] Re: Segmentation fault in "apt --fix-broken install"

2018-01-17 Thread Otto
There is one file in /usr/lib/x86_64-linux-gnu/wine/ which lsattr says
has the immutable flag set:

---I--e /usr/lib/x86_64-linux-gnu/wine/fakedlls

Is this the root of the problem?

The file "/usr/lib/x86_64-linux-gnu/wine/resutils.dll.so.dpkg-new" (see
above) does not (currently) exist, so the permissions problem must be
created in the update process.

Or am I barking up the wrong tree? What does the package maintainer say?

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

Title:
  Segmentation fault in "apt --fix-broken install"

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

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

[Bug 1743995] [NEW] Upgrade 17.04 to 17.10 not possible

2018-01-18 Thread Otto
Public bug reported:

Expected: Upgrade 17.04 to 17.10

Result: 
E:The repository 'http://archive.ubuntu.com/ubuntu stable Release' does not 
have a Release file.

Also, Upgrade server has a circular reference
see http://archive.ubuntu.com/ubuntu/ubuntu/ubuntu/ubuntu/ubuntu/ubuntu/...

** Affects: linux (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/1743995

Title:
  Upgrade 17.04 to 17.10 not possible

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

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

[Bug 1743995] Re: Upgrade 17.04 to 17.10 not possible

2018-01-18 Thread Otto
Trying to run apport-collect I get the error message that I need to install 
python-apport. But trying to install it I get the error message that it 'is not 
available' & 'has no installation candidate'. Trying to install apport I'm told 
that it is already the newest version (2.20.4-0ubuntu4.10) but running apport 
gets "apport: command not found"!
This is nuts...


** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Upgrade 17.04 to 17.10 not possible

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

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

[Bug 1743995] Re: Upgrade 17.04 to 17.10 not possible

2018-01-18 Thread Otto
Attached is the log of "sudo do-release-upgrade"
Many errors of the type:

Err http://us.archive.ubuntu.com/ubuntu zesty Release   
   
  404  Not Found [IP: 2001:67c:1562::19%3 80]   
   
Err http://us.archive.ubuntu.com/ubuntu zesty-updates Release   
   
  404  Not Found [IP: 2001:67c:1562::19%3 80]   

** Attachment added: "Terminal log of the error"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743995/+attachment/5038814/+files/ubuntu-bug-4.txt

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

Title:
  Upgrade 17.04 to 17.10 not possible

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

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

[Bug 1743995] Re: Upgrade 17.04 to 17.10 not possible

2018-01-18 Thread Otto
The apt-get update resulted in a loop (see attached log) which ended in:

Ign:84 http://us.archive.ubuntu.com/ubuntu zesty-security/restricted amd64 
Packages
Ign:85 http://us.archive.ubuntu.com/ubuntu zesty-security/restricted 
Translation-en_GB
Reading package lists... Done
W: The repository 'http://us.archive.ubuntu.com/ubuntu zesty Release' does not 
have a Release file.
N: Data from such a repository can't be authenticated and is therefore 
potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration 
details.
W: The repository 'http://us.archive.ubuntu.com/ubuntu zesty-updates Release' 
does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore 
potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration 
details.
W: The repository 'http://us.archive.ubuntu.com/ubuntu zesty-security Release' 
does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore 
potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration 
details.
E: Failed to fetch 
http://us.archive.ubuntu.com/ubuntu/dists/zesty/main/binary-amd64/Packages  404 
 Not Found [IP: 2001:67c:1562::16%3 80]
E: Failed to fetch 
http://us.archive.ubuntu.com/ubuntu/dists/zesty-updates/main/binary-i386/Packages
  404  Not Found [IP: 2001:67c:1562::16%3 80]
E: Failed to fetch 
http://us.archive.ubuntu.com/ubuntu/dists/zesty-security/main/binary-i386/Packages
  404  Not Found [IP: 2001:67c:1562::16%3 80]
E: Some index files failed to download. They have been ignored, or old ones 
used instead.


** Attachment added: "Terminal log of the error"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743995/+attachment/5039295/+files/ubuntu-bug-5.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

** Changed in: update-manager (Ubuntu)
   Status: New => Confirmed

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

Title:
  Upgrade 17.04 to 17.10 not possible

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

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

[Bug 1743995] Re: Upgrade 17.04 to 17.10 not possible

2018-01-20 Thread Otto
I've installed 17.10 via DVD so the pressure is off me. I have no
experience of the Ubuntu updating process, but to me it seems to be
seriously flawed at the moment.

I have seen Release files in other Ubuntu archives, e.g. 
http://us.archive.ubuntu.com/ubuntu/dists/artful/Release
so they must have a purpose. 

Has the script 'owner' been informed of the problem?

What about the circular reference in http://archive.ubuntu.com/ubuntu?
That can't be right. Does the 'owner' of the archive know of the
problem?

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

Title:
  Upgrade 17.04 to 17.10 not possible

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

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

[Bug 1743995] Re: Upgrade 17.04 to 17.10 not possible

2018-01-20 Thread Otto
@ZdravkoG Ah, sorry. I thought you were one of the Ubuntu maintainers.
Looks like they don't feel urged to rise to the occasion. OK, noted.

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

Title:
  Upgrade 17.04 to 17.10 not possible

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

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

[Bug 1743995] Re: Upgrade 17.04 to 17.10 not possible

2018-01-20 Thread Otto
** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: New => Confirmed

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

Title:
  Upgrade 17.04 to 17.10 not possible

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

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

[Bug 1743995] Re: Upgrade 17.04 to 17.10 not possible

2018-01-22 Thread Otto
Great! Just mark it a zombie and forget about it!

IT DOES STILL AFFECT LINUX!

IT DOES STILL AFFECT UPDATE-MANAGER!

Fix the Problem, not the reporter!

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

Title:
  Upgrade 17.04 to 17.10 not possible

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

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

[Bug 1743995] Re: Upgrade 17.04 to 17.10 not possible

2018-01-22 Thread Otto
@Jean-Baptiste Lallement Thank you for the infos (though earlier would
have been more useful). I apologise if my comments annoyed you, I was
letting it get to me, sorry.

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

Title:
  Upgrade 17.04 to 17.10 not possible

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

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

[Bug 1743995] Re: Upgrade 17.04 to 17.10 not possible

2018-01-22 Thread Otto
@Jean-Baptiste Lallement I'd be glad to help, but as I installed 17.10
from DVD /var/log/dist-upgrade is now empty.

What about the circular reference in the archive server?
http://archive.ubuntu.com/ubuntu/ubuntu/ubuntu/ubuntu/ubuntu/ubuntu/...

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

Title:
  Upgrade 17.04 to 17.10 not possible

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

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

[Bug 1743995] Re: Upgrade 17.04 to 17.10 not possible

2018-01-22 Thread Otto
@Jean-Baptiste Lallement If you look at the file I uploaded in #3 you
will see the first error was

Err http://us.archive.ubuntu.com/ubuntu zesty Release   
   
  404  Not Found [IP: 2001:67c:1562::19%3 80]

which (in my opinion) is a consequence of the circular reference. Have
you looked at that server?

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

Title:
  Upgrade 17.04 to 17.10 not possible

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

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

[Bug 1743995] Re: Upgrade 17.04 to 17.10 not possible

2018-01-22 Thread Otto
@Jean-Baptiste Lallement re #19: I'd be glad to help but my DVD install
of 17.10 seems to have cleared that directory-

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

Title:
  Upgrade 17.04 to 17.10 not possible

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

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

[Bug 1744722] Re: Unknown bad source brings up during 'zesty' to 'artful' upgrade and It break the process

2018-01-22 Thread Otto
IMHO this is another result of the circular reference in the archive
server

http://archive.ubuntu.com/ubuntu

Click on 'ubuntu' and see...

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

Title:
  Unknown bad source brings up during 'zesty' to 'artful' upgrade and It
  break the process

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

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

[Bug 185970] Re: File-roller shows size of content in .rar wrong

2008-01-25 Thread Otto

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/11567711/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/11567712/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/11567713/ProcStatus.txt

-- 
File-roller shows size of content in .rar wrong
https://bugs.launchpad.net/bugs/185970
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 185970] [NEW] File-roller shows size of content in .rar wrong

2008-01-25 Thread Otto
Public bug reported:

Binary package hint: file-roller

Ubuntu 7.10
kernel: -14
I added content of a DVD movie to few rar files... When opening .rar file, 
file-roller shows on only 1000mb sized .vob file and it should list atleast 
four .vob files over 1000mb. After extracting, the all .vob files shows as they 
were in DVD.

ProblemType: Bug
Architecture: i386
Date: Fri Jan 25 18:50:52 2008
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/file-roller
NonfreeKernelModules: nvidia viamraid
Package: file-roller 2.20.1-0ubuntu1
PackageArchitecture: i386
ProcCmdline: file-roller 
file:///home/otto/Videos/dvd-r2/He.Was.A.Quiet.Man.CUSTOM.FINSUB.DVDR-FIC/quietmanfic.rar
ProcCwd: /home/otto
ProcEnviron:
 
PATH=/home/otto/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=fi_FI.UTF-8
 SHELL=/bin/bash
SourcePackage: file-roller
Uname: Linux obuntu 2.6.22-14-generic #1 SMP Tue Dec 18 08:02:57 UTC 2007 i686 
GNU/Linux

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
File-roller shows size of content in .rar wrong
https://bugs.launchpad.net/bugs/185970
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 568892] Re: selecting a cell causes high CPU usage by X Server Process (Xorg)

2010-06-29 Thread Otto
I am also affected by this issue on Lucid x64.  If you need logs / data tell me 
what and how.  I can replicate it by:
Open a spreadsheet
Select a range
Cut to clipboard

At this point, Xorg is 96-100% on one CPU

Often, when I paste the data and deselect the cells, CPU usage returns
to normal, but sometimes Calc needs closing.

-- 
selecting a cell causes high CPU usage by X Server Process (Xorg)
https://bugs.launchpad.net/bugs/568892
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 316496] [NEW] sorry, i did not pay attention

2009-01-12 Thread otto
Public bug reported:

Binary package hint: vinagre

the problem ocurred by automatic updating, and the message was displayed
to fast

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage: sub-processo post-installation script retornou estado de saída de 
erro 134
Package: vinagre 2.24.1-0ubuntu1.1
SourcePackage: vinagre
Title: package vinagre 2.24.1-0ubuntu1.1 failed to install/upgrade: 
sub-processo post-installation script retornou estado de saída de erro 134
Uname: Linux 2.6.27-9-generic i686

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


** Tags: apport-package

-- 
sorry, i did not pay attention
https://bugs.launchpad.net/bugs/316496
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 316496] Re: sorry, i did not pay attention

2009-01-12 Thread otto

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/21138631/Dependencies.txt

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/21138633/DpkgTerminalLog.txt

-- 
sorry, i did not pay attention
https://bugs.launchpad.net/bugs/316496
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 428476] Re: xsane crashes after aquire preview

2010-02-02 Thread Otto
I also have this problem with 64 bit Karmic and a Canon N670U.

Installing libsane_1.0.19-23ubuntu7_amd64.deb and libsane-
extras_1.0.19.11ubuntu2_amd64.deb as suggested above doesn't help.

Running xsane from a terminal gives me:
m...@monster:~/Downloads/Sane$ xsane
Xlib:  extension "RANDR" missing on display ":0.0".
WARNING: Unhandled message: interface=org.freedesktop.DBus.Introspectable, 
path=/, member=Introspect

(xsane:17636): Gtk-WARNING **: GtkSpinButton: setting an adjustment with 
non-zero page size is deprecated
... 60 identical lines removed...
(xsane:17636): Gtk-WARNING **: GtkSpinButton: setting an adjustment with 
non-zero page size is deprecated
(xsane:17636): Gtk-WARNING **: GtkSpinButton: setting an adjustment with 
non-zero page size is deprecated
The program 'xsane' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 34971 error_code 8 request_code 151 minor_code 5)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

-- 
xsane crashes after aquire preview
https://bugs.launchpad.net/bugs/428476
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 368394] Re: netbook launcher mouse focus is off

2009-11-04 Thread Otto
Julian, thanks for your post.  Updating after adding the PPA has fixed
it for me.  Looking forward to this fix reaching main stream.

-- 
netbook launcher mouse focus is off
https://bugs.launchpad.net/bugs/368394
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 164468] Re: Cannot install "flashplugin-nonfree" on 64 bit Gutsy

2008-02-09 Thread Otto Kekäläinen
*** This bug is a duplicate of bug 187558 ***
https://bugs.launchpad.net/bugs/187558

** This bug has been marked a duplicate of bug 187558
   don't install properly (gutsy)

-- 
Cannot install "flashplugin-nonfree" on 64 bit Gutsy
https://bugs.launchpad.net/bugs/164468
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 187558] Re: don't install properly (gutsy)

2008-02-09 Thread Otto Kekäläinen
I confirm this.

Steps to reproduce:

1. Install a clean Ubuntu 7.10
2. Open Firefox and go to a page that uses Flash animations
3. Use the installer to install flashplugin-nonfree, then restart Firefox
4. Go to a page that uses Flash and then see how Firefox - again - wants to 
install a Flash plugin

Problem: installing the flashplugin-nonfree does not provide Firefox a
recognizable Flash plugin.

** Changed in: flashplugin-nonfree (Ubuntu)
   Status: New => Confirmed

-- 
don't install properly (gutsy)
https://bugs.launchpad.net/bugs/187558
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 187558] Re: don't install properly (gutsy)

2008-02-11 Thread Otto Kekäläinen
It seems as if the issue is fixed with version flashplugin-
nonfree_9.0.48.0.2+really0ubuntu12.2_i386.deb (available in Gutsy after
about Feb 8th)

-- 
don't install properly (gutsy)
https://bugs.launchpad.net/bugs/187558
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 260198] [NEW] Install crash on Ubuntu H

2008-08-21 Thread otto flux
Public bug reported:

Binary package hint: otrs2

Description:Ubuntu 8.04.1
Release:8.04

otrs2:
  Installed: 2.2.4-1
  Candidate: 2.2.4-1
  Version table:
 *** 2.2.4-1 0
500 http://us.archive.ubuntu.com hardy/universe Packages
100 /var/lib/dpkg/status

Installed the database and user correctly, crashed post that. This error
report is probably from the second attempt. I am going to purge it (and
the DB) and try again.

ProblemType: Package
Architecture: i386
Date: Thu Aug 21 15:47:55 2008
DistroRelease: Ubuntu 8.04
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: otrs2 2.2.4-1
PackageArchitecture: all
SourcePackage: otrs2
Title: package otrs2 2.2.4-1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
Uname: Linux 2.6.24-19-generic i686

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


** Tags: apport-package

-- 
Install crash on Ubuntu H
https://bugs.launchpad.net/bugs/260198
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 260198] Re: Install crash on Ubuntu H

2008-08-21 Thread otto flux

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/16987526/Dependencies.txt

** Attachment added: "DpkgTerminalLog.gz"
   http://launchpadlibrarian.net/16987528/DpkgTerminalLog.gz

-- 
Install crash on Ubuntu H
https://bugs.launchpad.net/bugs/260198
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 260198] Re: Install crash on Ubuntu H

2008-08-21 Thread otto flux
NOTE: this was after the initial apt-get install failed. After purging
the install, and installing all the "recommended" and "suggested"
packages (other than postgres and de doc) - it processed correctly. You
might still want to look into it, but wanted you to know where it was...

.otto.

-- 
Install crash on Ubuntu H
https://bugs.launchpad.net/bugs/260198
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 249340] Re: Gutsy->Hardy upgrade hangs in localedef

2008-08-23 Thread Otto Kekäläinen
I've seen this on several Gutsies, so this bug definately affects Gutsy
and is confirmed.

** Changed in: linux-source-2.6.15 (Ubuntu Gutsy)
   Status: Invalid => Confirmed

-- 
Gutsy->Hardy upgrade hangs in localedef
https://bugs.launchpad.net/bugs/249340
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


Re: [Bug 249340] Re: Gutsy->Hardy upgrade hangs in localedef

2008-08-12 Thread Otto Kekäläinen
I vote to make mark this bug critical, since it is likely that thousands
of people will experience it while upgrading from 7.10 -> 8.04.

importance critical

-- 
Gutsy->Hardy upgrade hangs in localedef
https://bugs.launchpad.net/bugs/249340
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 203648] [NEW] ubiquity fails in OEM-mode after choosing locale

2008-03-18 Thread Otto Kekäläinen
Public bug reported:

Binary package hint: ubiquity

I just downloaded the Marrch 15th snapshot of the Hardy DVD. When
booting into OEM-mode, the installer freezes when clicking "next" in the
first configuration screen (Choose locale).

See attachments (screenshot and log messages). Apparently the problem
has something to do with ubiquity trying to write to a file under
directory "/target/" before it exists.

Mar 18 17:12:56 ubuntu localechooser: info: Set countrychooser/country-name = 
'Finland'
Mar 18 17:13:27 ubuntu last message repeated 6644 times
Mar 18 17:13:45 ubuntu last message repeated 4123 times
Mar 18 17:13:45 ubuntu ubiquity: perl: warning: Setting locale failed.
Mar 18 17:13:45 ubuntu ubiquity: perl: warning: Please check that your locale 
settings:
Mar 18 17:13:45 ubuntu ubiquity: ^ILANGUAGE = "fi_FI",
Mar 18 17:13:45 ubuntu ubiquity: ^ILC_ALL = (unset),
Mar 18 17:13:45 ubuntu ubiquity: ^ILANG = "fi_FI"
Mar 18 17:13:45 ubuntu ubiquity: are supported and installed on your system.
Mar 18 17:13:45 ubuntu ubiquity: perl: warning: Falling back to the standard 
locale ("C").
Mar 18 17:13:45 ubuntu ubiquity: locale: Cannot set LC_CTYPE to default locale: 
No such file or directory
Mar 18 17:13:45 ubuntu ubiquity: locale: Cannot set LC_MESSAGES to default 
locale: No such file or directory
Mar 18 17:13:45 ubuntu ubiquity: locale: Cannot set LC_ALL to default locale: 
No such file or directory
Mar 18 17:13:45 ubuntu ubiquity: debconf: DbDriver "targetdb": could not open 
/target/var/cache/debconf/config.dat
Mar 18 17:19:19 ubuntu localechooser: info: Set countrychooser/country-name = 
'Finland'
Mar 18 17:19:23 ubuntu last message repeated 575 times
Mar 18 17:19:23 ubuntu ubiquity: debconf: DbDriver "targetdb": could not open 
/target/var/cache/debconf/config.dat

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

-- 
ubiquity fails in OEM-mode after choosing locale
https://bugs.launchpad.net/bugs/203648
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 203648] Re: ubiquity fails in OEM-mode after choosing locale

2008-03-18 Thread Otto Kekäläinen

** Attachment added: "screenshot and log messages"
   http://launchpadlibrarian.net/12725729/oem-issue.tar.gz

-- 
ubiquity fails in OEM-mode after choosing locale
https://bugs.launchpad.net/bugs/203648
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 203648] Re: ubiquity fails in OEM-mode after choosing locale

2008-03-18 Thread Otto Kekäläinen
I also tried to perform an OEM-installation using the alternative CD for
latest Hardy alpha. The OEM-installation went fine, but when the system
restarted and the oem-configurator was run, it freezed again on the
"Choose Language" screen. Rebooting the computer and trying different
languages does not help. Se a view of the freezed System Configurator in
the attachment.

** Attachment added: "choose-language.png"
   http://launchpadlibrarian.net/12727252/choose-language.png

** Also affects: oem-config
   Importance: Undecided
   Status: New

** Also affects: oem-config (Ubuntu)
   Importance: Undecided
   Status: New

-- 
ubiquity fails in OEM-mode after choosing locale
https://bugs.launchpad.net/bugs/203648
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


Re: [Bug 203648] Re: ubiquity fails in OEM-mode after choosing locale

2008-03-19 Thread Otto Kekäläinen
I downloaded the image on Monday 17th, using the torrent download from
URL: http://cdimage.ubuntu.com/dvd/current/


ke, 2008-03-19 kello 15:32 +, Colin Watson kirjoitti:
> In fact, although there have been problems with the DVD live filesystem
> builds which I'm going to sort out, this is a considerably older version
> of ubiquity than our records indicate was on the DVD from the 15th of
> March. I suggest you check that you're downloading the right thing. The
> current images have ubiquity 1.7.18.
> 
> ** Changed in: ubiquity (Ubuntu)
>Status: New => Fix Released

-- 
ubiquity fails in OEM-mode after choosing locale
https://bugs.launchpad.net/bugs/203648
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 212100] Re: Kernel Oops: NULL pointer dereference caused by hald

2008-04-05 Thread Otto Schumacher
My dmesg output looks the same.
All was O.K. with 2.6.24-13, problem started with 2.6.24-14 and persists with 
2.6.24-15.

Oops disappears when uninstalling "linux-ubuntu-modules-2.6.24-14..."

** Attachment added: "dmesg_oops.log"
   http://launchpadlibrarian.net/13138205/dmesg_oops.log

-- 
Kernel Oops: NULL pointer dereference caused by hald
https://bugs.launchpad.net/bugs/212100
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 278063] [NEW] Upgrade 8.04->8.10, sound stops working "device busy"

2008-10-04 Thread Otto Kekäläinen
Public bug reported:

I upgraded a pretty clean Ubuntu 8.04 to 8.10. After the upgrade the
sound stopped working (regression?).

The problem seems to have something to do with Pulseaudio. When I log
into Gnome I can hear the startup sound, but after that when I open any
application and try to play anything with audio (Rhythmbox, Totem,
Kaffeine etc) none of them is able to play any sound. Kaffeine is the
only one that gives an proper error: "audio device busy".

I noticed that when I kill the pulseaudio prosess, it automatically
spawns back and then sound starts working (until the next time I
reboot).

I attached the user.log that seems to contain some error messages from
pulseaudio.

I also attached the process lists before and after killing the
pulseaudio process. Maybe some process jams pulseaudio..? The diff says:

$ diff processes-before.txt processes-after.txt 
98,99d97
<  6198 ?Sl 0:00 /usr/bin/pulseaudio --log-target=syslog
<  6202 ?S  0:00 /usr/lib/pulseaudio/pulse/gconf-helper
105c103
<  6239 ?Sl 0:00 /usr/lib/gvfs/gvfsd-trash --spawner :1.4 
/org/gtk/gvfs/exec_spaw/1
---
>  6239 ?S  0:00 /usr/lib/gvfs/gvfsd-trash --spawner :1.4 
> /org/gtk/gvfs/exec_spaw/1
119,125d116
<  6799 ?Ss 0:00 kdeinit Running...  
<  6804 ?S  0:00 dcopserver [kdeinit] --nosid --suicide  
<  6807 ?S  0:00 klauncher [kdeinit] --new-startup   
<  6809 ?S  0:00 kded [kdeinit] --new-startup
<  6818 ?S  0:00 kio_file [kdeinit] file /tmp/ksocket-o  
<  6900 ?S  0:00 knotify [kdeinit]   
<  6903 ?S  0:00 knotify [kdeinit]   
128,129c119,121
---
>  7090 ?S  0:03 /usr/bin/artsd -F 10 -S 4096 -s 60 -m artsmessage 
> -l 3 -f

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

-- 
Upgrade 8.04->8.10, sound stops working "device busy"
https://bugs.launchpad.net/bugs/278063
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 278063] Re: Upgrade 8.04->8.10, sound stops working "device busy"

2008-10-04 Thread Otto Kekäläinen

** Attachment added: "user.log that shows errors with pulseaudio after each 
boot"
   http://launchpadlibrarian.net/18215352/user.log

-- 
Upgrade 8.04->8.10, sound stops working "device busy"
https://bugs.launchpad.net/bugs/278063
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 278063] Re: Upgrade 8.04->8.10, sound stops working "device busy"

2008-10-04 Thread Otto Kekäläinen
Attached list of processes before killing pulseaudio (audio does not
work).

** Attachment added: "processes-before.txt"
   http://launchpadlibrarian.net/18215362/processes-before.txt

-- 
Upgrade 8.04->8.10, sound stops working "device busy"
https://bugs.launchpad.net/bugs/278063
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 278063] Re: Upgrade 8.04->8.10, sound stops working "device busy"

2008-10-04 Thread Otto Kekäläinen
Attached list of processes after killing pulseaudio (audio starts to
work).

** Attachment added: "processes-after.txt"
   http://launchpadlibrarian.net/18215370/processes-after.txt

-- 
Upgrade 8.04->8.10, sound stops working "device busy"
https://bugs.launchpad.net/bugs/278063
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 278063] Re: Upgrade 8.04->8.10, sound stops working "device busy"

2008-10-11 Thread Otto Kekäläinen
The issue went away by itself when I run some upgrades yesterday.

** Changed in: pulseaudio (Ubuntu)
   Status: New => Fix Released

-- 
Upgrade 8.04->8.10, sound stops working "device busy"
https://bugs.launchpad.net/bugs/278063
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 224208] Re: startup script does not start irexec

2008-10-11 Thread Otto Kekäläinen
I wondered for long why my Lirc installation does not work even though
all settings were correct and my ~/.lircrc was set up correctly. Finally
I realized, that irexec does not start automatically.

I fixed it by adding command "irexec -d" into Gnome's session-system.

I think that Lirc should be fixed so that irexec is automatically
started for all users who have a .lircrc file set up.

-- 
startup script does not start irexec
https://bugs.launchpad.net/bugs/224208
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 224208] Re: startup script does not start irexec

2008-10-12 Thread Otto Kekäläinen
That does not seem to work either. I just copied my .lircrc (which is
full of irexec-stuff) into the file ~/.lirc/irexec and restarted, but it
didn't start irexec. Where is this feature even documented? How is a
regular user supposed to learn this? I'm back to launching irexec
manually from my session file.

Using a remote control with lirc is way to much work for an average
user.  In the long run I hope that remote controls and any human input
device (multimedia keyboard, special mice etc) would work automatically
through /dev/input and Xorg's key syms:
https://wiki.ubuntu.com/DesktopTeam/Specs/IRRemoteControlSupport

-- 
startup script does not start irexec
https://bugs.launchpad.net/bugs/224208
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 249340] Re: Gutsy->Hardy upgrade hangs in localedef

2008-08-05 Thread Otto Kekäläinen
Hello,

(how to replicate:) I've seen this issue with two of our company's
(human) clients upgrading from 7.10 -> 8.04: The upgrade fails (freezes)
and when the client reboots the machine it is no longer usable. Running
dpkg --configure -a freezes while trying to generate locales. Killing
the locale-gen-command with kill -1 or -9 switches does not work. Dpkg
is also cramped since it cannot install dbus, and pretty much everything
depends on it to install (and configure first).

Solution:
1. reboot the machine using the older recovery mode (the newest kernel isn't 
fully installed and does not work properly)
2. run "mkdir /var/run/dbus" since it is missing and would otherwise stop 
package dbus from upgrading.
3. run "dpkg --reconfigure -a": It will finish installation of dbus and then 
locale-gen will work.
4. Reboot. Everything works.

Long-term solutions to avoid similar issues in future:
- Watch the dpkg-process: if it hangs for a long while, start automatic 
recovery processes. It is not good behaviour that a single bad behaving package 
configuration halts the entire system upgrade.
- Use info from "dpkg -C" to check what package is stopping dependency-ways 
installation of all other packages - then report to user the name of that 
package or show a pstree-kind of report of showstopper dependencies.
- Fix dbus package so that is will generate directory /var/run/dbus itselft if 
it is missing.

-- 
Gutsy->Hardy upgrade hangs in localedef
https://bugs.launchpad.net/bugs/249340
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 1363438] Re: package libmariadbclient-dev (not installed) failed to install/upgrade: попытка перезаписать «/usr/share/aclocal/mysql.m4», который уже имеется в пакете mysql-common 5.6.20-1ubuntu14

2014-08-31 Thread Otto Kekäläinen
Thanks for taking your time to submit a bud.

Unfortunately there is nothing I can do about this. I don't understand
what the output says and there is no description of what steps I should
take to reproduce the bug.

You can at least submit the output in English by running in a shell the
commands below before you run apt-get:

export LANGUAGE="C"
export LC_ALL="C"
export LANG="C"

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

Title:
  package libmariadbclient-dev (not installed) failed to
  install/upgrade: попытка перезаписать «/usr/share/aclocal/mysql.m4»,
  который уже имеется в пакете mysql-common 5.6.20-1ubuntu14.04

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

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

[Bug 1453428] Re: package mariadb-server-10.0 10.0.17-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-05-09 Thread Otto Kekäläinen
This bug report lacks any actionable information. If you could please
describe the steps I need to take to reproduce the issue I could
investigate, otherwise there is nothing I can help with.

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

Title:
  package mariadb-server-10.0 10.0.17-0ubuntu1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1453428/+subscriptions

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


[Bug 1451677] Re: USN-2575-1: MySQL vulnerabilities partially also applies to MariaDB

2015-05-09 Thread Otto Kekäläinen
** Description changed:

  The mentioned security notice also affect MariaDB and the latest release
  includes fixes.
  
  From https://mariadb.com/kb/en/mariadb/mariadb-5543-release-notes/:
  
-   Fixes for the following security vulnerabilities:
- CVE-2015-0501
- CVE-2015-2571
- CVE-2015-0505
- CVE-2015-
+   Fixes for the following security vulnerabilities:
+ CVE-2015-0501
+ CVE-2015-2571
+ CVE-2015-0505
+ CVE-2015-0499
  
  I will produce a security release and upload it as a patch to this bug
  report.

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

Title:
  USN-2575-1: MySQL vulnerabilities partially also applies to MariaDB

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

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

[Bug 1451677] Re: USN-2575-1: MySQL vulnerabilities partially also applies to MariaDB

2015-05-10 Thread Otto Kekäläinen
Backported fix to crashing mysql_upgrade from 10.0.19 to 5.5.43 as
upstream said they will postpone publishing 5.5.44 for now, see
https://mariadb.com/kb/en/mariadb/mariadb-10018-release-notes/

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

Title:
  USN-2575-1: MySQL vulnerabilities partially also applies to MariaDB

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

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


[Bug 1451677] Re: USN-2575-1: MySQL vulnerabilities partially also applies to MariaDB

2015-05-18 Thread Otto Kekäläinen
Ping Ubuntu maintainers?

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

Title:
  USN-2575-1: MySQL vulnerabilities partially also applies to MariaDB

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

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


[Bug 1451677] Re: USN-2575-1: MySQL vulnerabilities partially also applies to MariaDB

2015-05-18 Thread Otto Kekäläinen
** Changed in: mariadb-5.5 (Ubuntu)
   Status: New => Confirmed

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

Title:
  USN-2575-1: MySQL vulnerabilities partially also applies to MariaDB

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

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


[Bug 1451677] Re: USN-2575-1: MySQL vulnerabilities partially also applies to MariaDB

2015-05-19 Thread Otto Kekäläinen
Thanks for the feedback!


Here is a diff on the deb file contents between .41 and .43:

$ diff filelist-7a16260.log filelist-c26f269.log
800d799
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/t/error_simulation-master.opt
838d836
< -rw-r--r-- root/root ./usr/share/mysql/mysql-test/t/frm_bad_row_type-7333.test
1167d1164
< -rw-r--r-- root/root ./usr/share/mysql/mysql-test/t/uniques_crash-7912.test
1238d1234
< -rw-r--r-- root/root ./usr/share/mysql/mysql-test/t/table_keyinfo-6838.test
1247d1242
< -rw-r--r-- root/root ./usr/share/mysql/mysql-test/t/ctype_uca_innodb.test
1283d1277
< -rw-r--r-- root/root ./usr/share/mysql/mysql-test/t/filesort_bad_i_s-7585.test
1343d1336
< -rw-r--r-- root/root ./usr/share/mysql/mysql-test/t/mysql_upgrade_view.test
1820d1812
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/r/frm_bad_row_type-7333.result
1890d1881
< -rw-r--r-- root/root ./usr/share/mysql/mysql-test/r/ctype_uca_innodb.result
2128d2118
< -rw-r--r-- root/root ./usr/share/mysql/mysql-test/r/mysql_upgrade_view.result
2131d2120
< -rw-r--r-- root/root ./usr/share/mysql/mysql-test/r/uniques_crash-7912.result
2154d2142
< -rw-r--r-- root/root ./usr/share/mysql/mysql-test/r/table_keyinfo-6838.result
2241d2228
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/r/filesort_bad_i_s-7585.result
2277d2263
< -rw-r--r-- root/root ./usr/share/mysql/mysql-test/std_data/bad_row_type.frm
2399,2407d2384
< drwxr-xr-x root/root ./usr/share/mysql/mysql-test/std_data/mysql_upgrade/
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/std_data/mysql_upgrade/v4.frm
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/std_data/mysql_upgrade/v3.frm
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/std_data/mysql_upgrade/v1badcheck.frm
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/std_data/mysql_upgrade/event.MYI
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/std_data/mysql_upgrade/event.frm
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/std_data/mysql_upgrade/v1.frm
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/std_data/mysql_upgrade/event.MYD
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/std_data/mysql_upgrade/v2.frm
2420d2396
< -rw-r--r-- root/root ./usr/share/mysql/mysql-test/std_data/bad_row_type.MYI
2426d2401
< -rw-r--r-- root/root ./usr/share/mysql/mysql-test/std_data/bad_row_type.MYD
2645d2619
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/suite/binlog/t/temptable_uservar_disconnect-7938.test
2767d2740
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/suite/binlog/r/temptable_uservar_disconnect-7938.result
3451d3423
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/suite/sys_vars/t/stored_program_cache_func.test
3459d3430
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/suite/sys_vars/r/stored_program_cache_func.result
6279d6249
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/suite/rpl/t/rpl_special_charset.opt
6297d6266
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/suite/rpl/t/rpl_drop_db_fail.test
6550d6518
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/suite/rpl/t/rpl_special_charset.test
6597d6564
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/suite/rpl/t/show_status_stop_slave_race-7126.test
6887d6853
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/suite/rpl/r/rpl_special_charset.result
6919d6884
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/suite/rpl/r/rpl_drop_db_fail.result
6951d6915
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/suite/rpl/r/show_status_stop_slave_race-7126.result
7113d7076
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/suite/innodb/t/innodb-mdev-7513.test
7143d7105
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/suite/innodb/t/multi_repair-7404.test
7208d7169
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/suite/innodb/r/innodb-mdev-7513.result
7292d7252
< -rw-r--r-- root/root 
./usr/share/mysql/mysql-test/suite/innodb/r/multi_repair-7404.result
8224d8183
< -rw-r--r-- root/root ./usr/share/mysql/mysql-test/include/ctype_utf8_ilseq.inc
8458c8417
< -rwxr-xr-x root/root ./usr/share/mysql/mysql-test/lib/generate-ssl-certs.sh
---
> -rw-r--r-- root/root ./usr/share/mysql/mysql-test/lib/generate-ssl-certs.sh


It seems upstream has changed/added more tests to the test suite, which should 
be OK. The probably reflect code changes in the micro release and don't seem 
alerting to me.


Seth Arnold:
>started the builds anyway. But if you could investigate these and
>hopefully stop them from being included in the future, that'd be best.

The diff of the upstream branch at github shows quite nicely what changed, it 
even displays the png files side-by-side: 
https://github.com/ottok/mariadb-5.5/commit/1d7e28f9cf5d6d1893adc453ba319ebd3a6f5ee2
Unfortunately I don't know any tool to easily compare what changed inside the 
frm and MYI files which are binary storage formats.

I am not sure what your objective here is, what is it you want me to
make sure stops?

-- 
You received this bug notification because yo

[Bug 1424633] Re: Unable to set password for the MariaDB "root" user in postinstall script after 5.6 was in use

2015-02-23 Thread Otto Kekäläinen
I am not sure if downgrading from MySQL 5.6 or MariaDB 10.0 to a lower
version 5.5 is possible. Try re-installing MySQL 5.6, then dump the
databases into a sql file, purge everything of mysql-5.6 away, install
MariaDB 5.5 cleanly and import the data from the sql dump file.

Or you could perhaps try installing MariaDB 10.0 if migration 5.6 to
newer 10.0 works better.

** Summary changed:

- package mariadb-server-5.5 5.5.41-1ubuntu0.14.04.1 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 1
+ Unable to set password for the MariaDB "root" user in postinstall script 
after 5.6 was in use

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

Title:
  Unable to set password for the MariaDB "root" user in postinstall
  script after 5.6 was in use

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

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

[Bug 1424633] Re: Unable to set password for the MariaDB "root" user in postinstall script after 5.6 was in use

2015-02-23 Thread Otto Kekäläinen
MariaDB 10.0 will be available starting from Ubuntu 15.04 Vivid.

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

Title:
  Unable to set password for the MariaDB "root" user in postinstall
  script after 5.6 was in use

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

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


[Bug 1312586] Re: Default 14.04 server installation fails with error 'busybox-intramfs cannot be installed'

2015-02-27 Thread Otto Kekäläinen
I tested installing Ubuntu server 14.04.2 on a new machine with a new
USB stick, and every time it still failed. This time I managed to track
down the root cause: the ubuntu-14.04.2-server-amd64.iso contains
symbolic links, and these links are lost when the iso image is written
to a bootable USB disk as the FAT32 filesystem does not support POSIX
links.

The links in question are these (browsing from a loop mounted iso
image):

install/netboot$ ll
yhteensä 7
dr-xr-xr-x 1 root root 2048 tammi 22 14:56 ./
dr-xr-xr-x 1 root root 2048 helmi 18 21:46 ../
lr-xr-xr-x 1 root root   33 tammi 22 14:56 pxelinux.0 -> 
ubuntu-installer/amd64/pxelinux.0
lr-xr-xr-x 1 root root   35 tammi 22 14:56 pxelinux.cfg -> 
ubuntu-installer/amd64/pxelinux.cfg/
dr-xr-xr-x 1 root root 2048 tammi 22 14:56 ubuntu-installer/
-r--r--r-- 1 root root   58 tammi 22 14:56 version.info
otto@XPS-L322X:~/Lataukset/mnt/install/netboot$ ll ubuntu-installer/amd64/
yhteensä 27792
dr-xr-xr-x 1 root root 2048 tammi 22 14:56 ./
dr-xr-xr-x 1 root root 2048 tammi 22 14:56 ../
dr-xr-xr-x 1 root root 4096 tammi 22 14:56 boot-screens/
-r--r--r-- 1 root root 22073953 tammi 22 14:56 initrd.gz
-r--r--r-- 2 root root  6347032 tammi 22 14:56 linux
-r--r--r-- 1 root root26720 tammi 22 14:56 pxelinux.0
dr-xr-xr-x 1 root root 2048 tammi 22 14:56 pxelinux.cfg/
otto@XPS-L322X:~/Lataukset/mnt/install/netboot$ ll 
ubuntu-installer/amd64/pxelinux.cfg/
yhteensä 4
dr-xr-xr-x 1 root root 2048 tammi 22 14:56 ./
dr-xr-xr-x 1 root root 2048 tammi 22 14:56 ../
lr-xr-xr-x 1 root root   28 tammi 22 14:56 default -> 
../boot-screens/syslinux.cfg


I fixed it now by copying manually all files that didin't exist due to broken 
links:

cd /media/04A1-26A8/install/netboot/
cp ubuntu-installer/amd64/pxelinux.0 .
mkdir pxelinux.cfg
cp ubuntu-installer/amd64/boot-screens/syslinux.cfg pxelinux.cfg/default

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

Title:
  Default 14.04 server installation fails with error 'busybox-intramfs
  cannot be installed'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1312586/+subscriptions

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

[Bug 1312586] Re: Default 14.04 server installation fails with error 'busybox-intramfs cannot be installed'

2015-02-27 Thread Otto Kekäläinen
Nope. In the comment above I did fix it so that the installation disk
integrity check now passes fully (as all files are found as expected)
but the original installation fail remains.

It is still impossible to install Ubuntu server 14.04 using a USB stick
and showing the same screens as in the screenshots
https://bugs.launchpad.net/ubuntu/+source/debian-
installer/+bug/1312586/+attachment/4096186/+files/2014-04-24%2015.05.44.jpg

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

Title:
  Default 14.04 server installation fails with error 'busybox-intramfs
  cannot be installed'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1312586/+subscriptions

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


[Bug 1457356] Re: package mariadb-server-5.5 5.5.41-1ubuntu0.14.04.1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2015-05-21 Thread Otto Kekäläinen
This automatic Apport bug report contains very little useful
information, I don't think there is much I can help unless there is a
proper bug report written by a human.

However I can see in the logs the line 'invoke-rc.d: initscript mysql,
action "stop" failed.'

What is you just run 'killall mysqld' and then upgrade? For some reason
the service didn't stop when asked to during the upgrade.

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

Title:
  package mariadb-server-5.5 5.5.41-1ubuntu0.14.04.1 failed to
  install/upgrade: subprocess new pre-removal script returned error exit
  status 1

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

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


[Bug 1447944] Re: Cannot access mariadb after upgrading to Ubuntu 15.04: Plugin 'unix_socket' is not loaded

2015-05-21 Thread Otto Kekäläinen
@maier-m Thanks for providing more information.

It seems your my.cnf points to /etc/alternatives/my.cnf. What does that
file point to then? Please post output of 'ls -la
/etc/alternatives/my.cnf'

I suspect that the update-alternatives didn't work and your my.cnf does
not point to mariadb.cnf.

What it you try issuing the command mentioned in the fallback config
file you posted:

  2. Run "update-alternatives --remove my.cnf
/etc/mysql/my.cnf.migrated"

What does 'update-alternatives --list my.cnf' show?

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

Title:
  Cannot access mariadb after upgrading to Ubuntu 15.04:  Plugin
  'unix_socket' is not loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1447944/+subscriptions

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


Re: [Bug 1447944] Re: Cannot access mariadb after upgrading to Ubuntu 15.04: Plugin 'unix_socket' is not loaded

2015-05-21 Thread Otto Kekäläinen
2015-05-21 12:53 GMT+03:00 Markus :
> And after a reboot, we're good :-)
>
> So I guess you are right, the  update-alternatives did not work out
> during migration. Does that point you to a solution?

I'll subscribe the Robie who engineered the update-alternatives for
MySQL/MariaDB if he can think of why the install script didn't work as
expected.

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

Title:
  Cannot access mariadb after upgrading to Ubuntu 15.04:  Plugin
  'unix_socket' is not loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1447944/+subscriptions

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


[Bug 1447944] Re: Cannot access mariadb after upgrading to Ubuntu 15.04: Plugin 'unix_socket' is not loaded

2015-05-21 Thread Otto Kekäläinen
Without the update-alternatives system debconf would automatically
notify the user that the config is changed, and then ask if the user
wants to keep their file, install the packager version or view a diff of
the changes. It would be nice if that user experience would be present
here.

At least we've seen that people don't read the first lines in the
my.cnf.migrated even though the solution is there.

Maybe the simplest solution would be for the update-alternatives wrapper
to emit a debconf screen which notifies what it was automatically done
to the config file.

The point of decoupling the config files was to allow variants to have
their own config options. That does not work in reality if variants
cannot have reasonable trust that their config file is actually active.

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

Title:
  Cannot access mariadb after upgrading to Ubuntu 15.04:  Plugin
  'unix_socket' is not loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1447944/+subscriptions

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


Re: [Bug 1447944] Re: Cannot access mariadb after upgrading to Ubuntu 15.04: Plugin 'unix_socket' is not loaded

2015-05-21 Thread Otto Kekäläinen
> Should this be in the wrapper, or in the one-time migration code in
> mysql-common when my.cnf.migrated is generated? I'm happy with the
> latter, especially as you point out a regular conffile prompt would
> happen anyway. I'm concerned about "too many debconf prompts" for the
> former.
>
> We could additionally provide the notice on mysql-common.postinst every
> time that my.cnf.migrated is present and active, perhaps filtered by
> version. This might help users who have upgraded already.

Either or both are OK to me, choose whatever you think is simpler to
implement or makes more sense.

The helper text prepended to the migrated my.cnf could also be
improved a bit. It does not tell the user _why_ the
update-alternatives is used and what the alternatives are.
Unfortunately I can't come up with a smart and short text to put there
from the top of my head.

@maier-m: Do you feel you could contribute to improve the documentation
part?

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

Title:
  Cannot access mariadb after upgrading to Ubuntu 15.04:  Plugin
  'unix_socket' is not loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1447944/+subscriptions

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


[Bug 1457356] Re: package mariadb-server-5.5 5.5.41-1ubuntu0.14.04.1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2015-05-22 Thread Otto Kekäläinen
> A yes/no dialog appeared during the upgrade with a message 
> that it wanted to convert something. But I thougt it is a minor change 
> and I did not want it, so I pressed no.

What did that dialog exactly say? It is very relevant what is said and
what was your reponse to it was. Such a dialog is not visible in the
automatic Apport logs.

What if you try 'sudo apt-get remove "mariadb-*"' and then reinstall?

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

Title:
  package mariadb-server-5.5 5.5.41-1ubuntu0.14.04.1 failed to
  install/upgrade: subprocess new pre-removal script returned error exit
  status 1

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

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


[Bug 1457356] Re: package mariadb-server-5.5 5.5.41-1ubuntu0.14.04.1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2015-05-23 Thread Otto Kekäläinen
If you in the dialog "Really migrate to MariaDB?"  choose the option
"No" it will bail out from dpkg and abort the installation. This is by
design - you are not supposed to get MariaDB installed if you choose
"No".

This method of aborting has been around in MySQL packaging for a long
time. For example if you had MySQL 5.1 installed and then installed
MySQL 5.0 you would see a similar screen asking for confirmation and if
you selected "No" then the dpkg process would be aborted.

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

Title:
  package mariadb-server-5.5 5.5.41-1ubuntu0.14.04.1 failed to
  install/upgrade: subprocess new pre-removal script returned error exit
  status 1

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

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


[Bug 1457356] Re: package mariadb-server-5.5 5.5.41-1ubuntu0.14.04.1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2015-05-24 Thread Otto Kekäläinen
Just to make sure, I just tested by installing mariadb-server 5.5.36-1
from the universe repository, and then enabled universe-updates
repository and ran 'apt-get upgrade'. It upgraded to mariadb-server
5.5.43-1ubuntu0.14.04.2. I chose 'yes' in the dialog and everything went
fine.

The actual bug here is that the dialog asking to if the admin wants to
migrate forward should not be shown on a minor version upgrade. I
believe it has been fixed in Debian for a long time ago and I need to
check what is the status of backporting it into Trusty. I Debian we
should maybe even stop showing that dialog at all since it does not seem
to bring any actual benefit. Few admins read or understand the dialog
anyway.

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

Title:
  package mariadb-server-5.5 5.5.41-1ubuntu0.14.04.1 failed to
  install/upgrade: subprocess new pre-removal script returned error exit
  status 1

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

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


[Bug 1459105] Re: package mariadb-server-5.5 (not installed) failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2015-05-27 Thread Otto Kekäläinen
This automatic Apport bug report contains very little useful
information, I don't think there is much I can help unless there is a
proper bug report written by a human.

However I can see in the logs the line '150526 21:33:23 [ERROR] mysqld:
Got error 'Can't open file' when trying to use aria control file '/home
/marie-_j/mysql/aria_log_control'

It seems you have some customizations done that fail to work.

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

Title:
  package mariadb-server-5.5 (not installed) failed to install/upgrade:
  le sous-processus script post-installation installé a retourné une
  erreur de sortie d'état 1

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

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

[Bug 1445549] Re: systemctl start mysql.service starts mariadb but reports failure

2015-04-27 Thread Otto Kekäläinen
The new MariaDB 10.0 do no longer require users to set a root password.
This is a security feature. You don't need root passwords (or debian-
maint-user passwords) simply to run and maintain your database anymore.
If you have root on the system you will get in as root to the database
(or using sudo).

For use cases where you need to access the database as some user from
somewhere, just create a user and grant it the required permissions, and
then use that user in your apps and other places. There is no need to
have a general MySQL/MariaDB root user.

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

Title:
  systemctl start mysql.service starts mariadb but reports failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1445549/+subscriptions

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


[Bug 1447944] Re: Cannot access mariadb after upgrading to Ubuntu 15.04: Plugin 'unix_socket' is not loaded

2015-04-27 Thread Otto Kekäläinen
The new MariaDB 10.0 do no longer require users to set a root password.
This is a security feature. You don't need root passwords (or debian-
maint-user passwords) simply to run and maintain your database anymore.
If you have root on the system you will get in as root to the database
(or using sudo).

For use cases where you need to access the database as some user from
somewhere, just create a user and grant it the required permissions, and
then use that user in your apps and other places. There is no need to
have a general MySQL/MariaDB root user.

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

Title:
  Cannot access mariadb after upgrading to Ubuntu 15.04:  Plugin
  'unix_socket' is not loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1447944/+subscriptions

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


[Bug 1445549] Re: systemctl start mysql.service starts mariadb but reports failure

2015-04-27 Thread Otto Kekäläinen
I wonder how you have a mysql.service file on your system? If belongs to
the mysql-5.6 package and should not be there is you are
installing/upgrading MariaDB.
(http://packages.ubuntu.com/search?searchon=contents&keywords=mysql.service&mode=exactfilename&suite=vivid&arch=any)

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

Title:
  systemctl start mysql.service starts mariadb but reports failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1445549/+subscriptions

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


[Bug 1447808] Re: Access denied for user 'root'@'localhost' after upgrading to Ubuntu 15.04

2015-04-27 Thread Otto Kekäläinen
The new MariaDB 10.0 do no longer require users to set a root password.
This is a security feature. You don't need root passwords (or debian-
maint-user passwords) simply to run and maintain your database anymore.
If you have root on the system you will get in as root to the database
(or using sudo).

For use cases where you need to access the database as some user from
somewhere, just create a user and grant it the required permissions, and
then use that user in your apps and other places. There is no need to
have a general MySQL/MariaDB root user.

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

Title:
  Access denied for user 'root'@'localhost' after upgrading to Ubuntu
  15.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1447808/+subscriptions

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


[Bug 1448980] Re: package mariadb-server-10.0 10.0.17-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 7

2015-04-27 Thread Otto Kekäläinen
I wonder how you have a mysql.service file on your system? If belongs to
the mysql-5.6 package and should not be there is you are
installing/upgrading MariaDB.
(http://packages.ubuntu.com/search?searchon=contents&keywords=mysql.service&mode=exactfilename&suite=vivid&arch=any)

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

Title:
  package mariadb-server-10.0 10.0.17-0ubuntu1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1448980/+subscriptions

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


[Bug 1447944] Re: Cannot access mariadb after upgrading to Ubuntu 15.04: Plugin 'unix_socket' is not loaded

2015-04-27 Thread Otto Kekäläinen
Errors about unix_socket usually mean that your configuration in
/etc/mysql/ does not contain the plugin loading stanza. Something is
messed up in your configuration that the automatic upgraded wasn't able
to resolve. What does 'ls -la /etc/mysql' show? What is the contents of
your main configuration file /my.cnf or mariadb.cnf)?

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

Title:
  Cannot access mariadb after upgrading to Ubuntu 15.04:  Plugin
  'unix_socket' is not loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1447944/+subscriptions

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


[Bug 1447808] Re: Access denied for user 'root'@'localhost' after upgrading to Ubuntu 15.04

2015-04-27 Thread Otto Kekäläinen
Can you log in from command line with simply running 'sudo mysql' ?

Do that and create yourself your own MySQL/MariaDB user account, give it
the neeeded permissions and use it. For security reasons it is not
advised to use the root account all the time and in particular not
remotely.

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

Title:
  Access denied for user 'root'@'localhost' after upgrading to Ubuntu
  15.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1447808/+subscriptions

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


[Bug 1429725] Re: package mariadb-server-10.0 10.0.16-2~exp1~ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-04-11 Thread Otto Kekäläinen
Hello!

Ubuntu should sync to 10.0.17-1~exp2 from Debian is possible. The
DELIMITER issue is fixed now in Debian experimental and anyway the
current Debian experimental is much less experimental now as the changes
done between 10.0.16...17 in packaging have been stablized now.

Otto, the Debian maintainer of MariaDB

** Summary changed:

- package mariadb-server-10.0 10.0.16-2~exp1~ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
+ package mariadb-server-10.0 10.0.16-2~exp1~ubuntu1 is uninstallable

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

Title:
  package mariadb-server-10.0 10.0.16-2~exp1~ubuntu1 is uninstallable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1429725/+subscriptions

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


[Bug 1442406] Re: Can't unlock UMTS modem with PIN

2015-04-13 Thread Hugo Otto
Exactly the same with me. Works with Ubuntu 15.04.

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

Title:
  Can't unlock UMTS modem with PIN

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

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


[Bug 1439950] Re: MariaDB 5.5 does not install anymore in 14.04 - errors about /var/run/mysqld missing

2015-04-14 Thread Otto Kekäläinen
While installing mariadb-server on a clean 14.04 machine I got the
identical error:

***
Setting up libmariadbclient18:amd64 (5.5.41-1ubuntu0.14.04.1) ...
Setting up libmysqlclient18:amd64 (5.5.41-0ubuntu0.14.04.1) ...
Setting up mariadb-client-core-5.5 (5.5.41-1ubuntu0.14.04.1) ...
Setting up mariadb-client-5.5 (5.5.41-1ubuntu0.14.04.1) ...
Setting up mariadb-server-core-5.5 (5.5.41-1ubuntu0.14.04.1) ...
Setting up mariadb-server-5.5 (5.5.41-1ubuntu0.14.04.1) ...
locale: Cannot set LC_ALL to default locale: No such file or directory
 * Stopping MariaDB database server mysqld  
 [ OK ] 
chown: cannot access '/var/run/mysqld': No such file or directory
dpkg: error processing package mariadb-server-5.5 (--configure):
 subprocess installed post-installation script returned error exit status 7
Setting up libdbd-mysql-perl (4.025-1) ...
dpkg: dependency problems prevent configuration of mariadb-server:
 mariadb-server depends on mariadb-server-5.5 (>= 5.5.41-1ubuntu0.14.04.1); 
however:
  Package mariadb-server-5.5 is not configured yet.

dpkg: error processing package mariadb-server (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup 
error from a previous failure.  
  Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
Processing triggers for ureadahead (0.100.0-16) ...
Errors were encountered while processing:
 mariadb-server-5.5
 mariadb-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
***

It does not seem to be an upgrade issue - in general MariaDB 5.5 does
not install on Ubuntu 14.04 anymore.

** Summary changed:

- update errors from 12.04 -> 14.04
+ MariaDB 5.5 does not install anymore in 14.04 - errors about /var/run/mysqld 
missing

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

Title:
  MariaDB 5.5 does not install anymore in 14.04 - errors about
  /var/run/mysqld missing

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

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


[Bug 1439950] Re: MariaDB 5.5 does not install anymore in 14.04 - errors about /var/run/mysqld missing

2015-04-14 Thread Otto Kekäläinen
I ran with 'DEBCONF_DEBUG=developer apt-get install mariadb-server -y
--force-yes' and commented out some sucpicious lines in the
/var/lib/dpkg/info/mariadb-server-5.5.postinst file and repeated the
installation attempts, but every time I always just get this:

***
debconf (developer): starting /var/lib/dpkg/info/mariadb-server-5.5.config 
configure 
debconf (developer): <-- INPUT high mysql-server/root_password
debconf (developer): --> 30 question skipped
debconf (developer): <-- GO 
debconf (developer): --> 0 ok
debconf (developer): <-- GET mysql-server/root_password
debconf (developer): --> 0 maria
debconf (developer): <-- INPUT high mysql-server/root_password_again
debconf (developer): --> 30 question skipped
debconf (developer): <-- GO 
debconf (developer): --> 0 ok
debconf (developer): <-- GET mysql-server/root_password_again
debconf (developer): --> 0 maria
debconf (developer): starting /var/lib/dpkg/info/mariadb-server-5.5.postinst 
configure 
 * Stopping MariaDB database server mysqld  
 [ OK ] 
dpkg: error processing package mariadb-server-5.5 (--configure):
 subprocess installed post-installation script returned error exit status 7
dpkg: dependency problems prevent configuration of mariadb-server:
 mariadb-server depends on mariadb-server-5.5 (>= 5.5.41-1ubuntu0.14.04.1); 
however:
  Package mariadb-server-5.5 is not configured yet.

dpkg: error processing package mariadb-server (--configure):
 dependency problems - leaving unconfiguredNo apport report written because the 
error message indicates its a followup error from a previous failure.

Errors were encountered while processing:
 mariadb-server-5.5
 mariadb-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
***

I have now idea ATM what is going on here. Tips anybody?

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

Title:
  MariaDB 5.5 does not install anymore in 14.04 - errors about
  /var/run/mysqld missing

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

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


[Bug 1439950] Re: MariaDB 14.04 -> 15.04 upgrade fails

2015-04-14 Thread Otto Kekäläinen
** Summary changed:

- MariaDB 5.5 does not install anymore in 14.04 - errors about /var/run/mysqld 
missing
+ MariaDB 14.04 -> 15.04 upgrade fails

** Changed in: mariadb-5.5 (Ubuntu)
   Status: New => Confirmed

** Changed in: mariadb-5.5 (Ubuntu)
 Assignee: (unassigned) => Otto Kekäläinen (otto)

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

Title:
  MariaDB 14.04 -> 15.04 upgrade fails

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

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

[Bug 1439950] Re: MariaDB 14.04 -> 15.04 upgrade fails

2015-04-14 Thread Otto Kekäläinen
Ok, it seems the output above is emitted pretty much every time mysqld
fails to start. I noticed in /var/log/mysql/mysql.error that there was a
my.cnf issue, and solving it made the installation work ok on 14.04.

I did a separate test now to confirm the issue. Indeed, on a 14.04
system with mariadb-5.5.41 installed, upgrading to current vivid
provided mariadb-10.0.16 fails. The apt-get output looks above and root
cause is the mysqld daemon failing to start. In syslog I could see:

***
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: /usr/sbin/mysqld: 
symbol lookup error: /usr/sbin/mysqld: undefined symbol: pcre_stack_guard
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: 
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: Installation of system 
tables failed!  Examine the logs in
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: /var/lib/mysql for 
more information.
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: 
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: The problem could be 
conflicting information in an external
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: my.cnf files. You can 
ignore these by doing:
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: 
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: shell> 
/usr/scripts/scripts/mysql_install_db --defaults-file=~/.my.cnf
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: 
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: You can also try to 
start the mysqld daemon with:
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: 
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: shell> 
/usr/sbin/mysqld --skip-grant --general-log &
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: 
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: and use the command 
line tool /usr/bin/mysql
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: to connect to the 
mysql database and look at the grant tables:
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: 
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: shell> 
/usr/bin/mysql -u root mysql
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: mysql> show tables;
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: 
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: Try 'mysqld --help' if 
you have problems with paths.  Using
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: --general-log gives 
you a log in /var/lib/mysql that may be helpful.
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: 
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: The latest information 
about mysql_install_db is available at
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: 
https://mariadb.com/kb/en/installing-system-tables-mysql_install_db
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: MariaDB is hosted on 
launchpad; You can find the latest source and
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: email lists at 
http://launchpad.net/maria
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: 
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: Please check all of 
the above before submitting a bug report
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: at 
http://mariadb.org/jira
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28239]: 
Apr 14 23:42:02 timo-virtual-machine mysqld_safe[28279]: /usr/sbin/mysqld: 
symbol lookup error: /usr/sbin/mysqld: undefined symbol: pcre_stack_guard
***

Running just the bootstrap line showed:
***
# /usr/sbin/mysqld --bootstrap --user=mysql --skip-grant-tables 
--default-storage-engine=myisam --plugin-load-add=auth_socket
/usr/sbin/mysqld: symbol lookup error: /usr/sbin/mysqld: undefined symbol: 
pcre_stack_guard
***

Installing libpcre3 from vivid made that pcre_stack_guard error go away
but still upgrade/install fails.

Now the /var/log/mysql/error.log shows the line:
***
ERROR: 1064  You have an error in your SQL syntax; check the manual that 
corresponds to your MariaDB server version for the right syntax to use near 
'USE mysql; DELIMITER //; CREATE PROCEDURE debian_plugin_install(IN plugin_name 
C' at line 1
***

I will try later installing the 10.0.17-1 package which should have that
postinstall script issue fixed.

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

Title:
  MariaDB 14.04 -> 15.04 upgrade fails

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

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


[Bug 1439950] Re: MariaDB 14.04 -> 15.04 upgrade fails

2015-04-14 Thread Otto Kekäläinen
I installed the package 10.0.17-1~exp3~trusty1~1429021266 from the
development PPA and it worked almost well:

***
sudo add-apt-repository ppa:mysql-ubuntu/mariadb-10.0
sudo apt-get update && sudo apt-get install mariadb-server
[...]
Setting up mariadb-client-core-10.0 (10.0.17-1~exp3~trusty1~1429021266) ...
Setting up mariadb-client-10.0 (10.0.17-1~exp3~trusty1~1429021266) ...
Setting up mariadb-server-core-10.0 (10.0.17-1~exp3~trusty1~1429021266) ...
Setting up mariadb-server-10.0 (10.0.17-1~exp3~trusty1~1429021266) ...
Installing new version of config file /etc/init.d/mysql ...
Installing new version of config file /etc/logrotate.d/mysql-server ...
Installing new version of config file /etc/mysql/debian-start ...
locale: Cannot set LC_ALL to default locale: No such file or directory
 * Stopping MariaDB database server mysqld  
 [ OK ] 
 * Starting MariaDB database server mysqld  
 [ OK ] 
ERROR 1524 (HY000): Plugin 'unix_socket' is not loaded
Processing triggers for ureadahead (0.100.0-16) ...
Setting up mariadb-server (10.0.17-1~exp3~trusty1~1429021266) ...
***

This is already better but mariadb-common was not automatically pulled
in, thus the mariadb.cnf.d/mysqld.cnf file was not provided when the
mariadb-server-10.0 postinst ran. It still needs to be fixed.

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

Title:
  MariaDB 14.04 -> 15.04 upgrade fails

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

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


[Bug 1439950] Re: MariaDB 14.04 -> 15.04 upgrade fails

2015-04-20 Thread Otto Kekäläinen
I've done extensive testing and I recommend pulling in the latest
package form Debian git master to Ubuntu as it will include fixes for
this and no regressions:

https://lists.alioth.debian.org/pipermail/pkg-mysql-
maint/2015-April/007707.html

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

Title:
  MariaDB 14.04 -> 15.04 upgrade fails

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

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


[Bug 474215] Re: mountall-net tries to mount ocfs2 before o2cb is started

2013-06-05 Thread Andreas Otto
I can't believe this bug still exists in Ubuntu 12.04 LTS. Is OCFS2 so
rarely used that this bug has no importance to the package mantainers?

Please consider raising the severity to something more than low.

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

Title:
  mountall-net tries to mount ocfs2 before o2cb is started

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

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


[Bug 1519575] Re: package mariadb-server-10.0 10.0.22-0ubuntu0.15.10.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2015-11-24 Thread Otto Kekäläinen
The relevant part in your log is:
Job for mysql.service failed because the control process exited with error 
code. See "systemctl status mysql.service" and "journalctl -xe" for details.
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error al procesar el paquete mariadb-server-10.0 (--configure):
 el subproceso instalado el script post-installation devolvió el código de 
salida de error 1

There is nothing that can be done about this bug unless the reporter
sends in some additional information and tries to debug the basics
himself of why the mysqld process fails to start, which usually does not
happen in these Apport generated bug reports..

** Changed in: mariadb-10.0 (Ubuntu)
   Status: New => Incomplete

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

Title:
  package mariadb-server-10.0 10.0.22-0ubuntu0.15.10.1 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1519575/+subscriptions

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

[Bug 1490190] Re: package mariadb-server-10.0 (not installed) failed to install/upgrade: sub-processo novo script pre-installation retornou estado de saída de erro 1

2015-11-14 Thread Otto Kekäläinen
This bug will stay invalid until the reporter sends some additional
information that would argue otherwise. Please don't add more "Affects"
for this bug.

** No longer affects: maria

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

Title:
  package mariadb-server-10.0 (not installed) failed to install/upgrade:
  sub-processo novo script pre-installation retornou estado de saída de
  erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1490190/+subscriptions

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

[Bug 1490190] Re: package mariadb-server-10.0 (not installed) failed to install/upgrade: sub-processo novo script pre-installation retornou estado de saída de erro 1

2015-10-01 Thread Otto Kekäläinen
** Changed in: mariadb-10.0 (Ubuntu)
   Status: New => Invalid

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

Title:
  package mariadb-server-10.0 (not installed) failed to install/upgrade:
  sub-processo novo script pre-installation retornou estado de saída de
  erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1490190/+subscriptions

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

  1   2   3   4   5   6   7   8   9   10   >