Same issue on Kubuntu 11.10 x64, up to date (full upgrade)
It just appears a few days ago on my computer, it happen not at computer
start, but after some idle...
Thomas.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.la
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/917629
Title:
MySQL Server 5.1 fails to start after install
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysq
Public bug reported:
On a fresh an newly installed server, ubuntu 11.10 x64,
I install mysql server with the following command as root :
aptitue update
aptitude full-upgrade
... (update last available package)
aptitude install mysql-server-5.1
Install ask for root password, the complete.
MySQ
tho...@rdp:/var/log$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10
DISTRIB_CODENAME=karmic
DISTRIB_DESCRIPTION="Ubuntu 9.10"
Oct 6 19:57:20 rdp openntpd[23183]: adjusting local clock by -125.146212s
Oct 6 20:00:46 rdp openntpd[23183]: adjusting local clock by -125.027377s
Oct 6 2
Hi,
I'm affected too but in my case I upgrade from 9.10 to 10.04.
Thomas.
--
Upgrading Ubuntu LTS skips database version - Fatal error: Version error for
database "bacula". Wanted 12, got 10
https://bugs.launchpad.net/bugs/579924
You received this bug notification because you are a member of
Hi,
the situation was fixed by the publication of kernel 2.6.28.11 (mid-
april of 2009).
Regards,
Thomas.
--
no block devices found after an upgrade from 8.10 to 9.04 on a soft RAID1 system
https://bugs.launchpad.net/bugs/358054
You received this bug notification because you are a member of U
Public bug reported:
Binary package hint: sysvinit-utils
tho...@home:/etc/mysql$ lsb_release -rd
Description:Ubuntu 10.04 LTS
Release:10.04
sysvinit-utils : 2.87dsf-4ubuntu17
Hi,
Lately I was facing this bug :
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/573318
T
On my second server, the fact that I put my.cnf before installing the
package allow me to install normally mysql-server
--
mysql server will not start
https://bugs.launchpad.net/bugs/573318
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
@thecapsaicinkid is your file readable ?
because if you look at the pre-start script it makes the following check
:
pre-start script
#Sanity checks
[ -r $HOME/my.cnf ]
[ -d /var/run/mysqld ] || install -m 755 -o mysql -g root -d /var/run/mysqld
LC_ALL=C BLOCKSIZE= df --portabilit
/etc/mysql/my.cnf is missing, here is a default ( my.cnf.dpkg-dist) file
to put in /etc/mysql
** Attachment added: "default /etc/mysql/my.cnf to put so that myslq start"
http://launchpadlibrarian.net/48615270/my.cnf
--
mysql server will not start
https://bugs.launchpad.net/bugs/573318
You re
Lol...
/etc/mysql/my.cnf is absent and that's whay the pre-init script fails
I've taken a my.cnf.dpkg-dist, put it inside /etc/mysql/my.cnf and mysql
was able to start !
--
mysql server will not start
https://bugs.launchpad.net/bugs/573318
You received this bug notification because you are a mem
r...@sd1:/etc# ll mysql
total 24
drwxr-xr-x 3 root root 4096 2010-05-17 19:15 .
drwxr-xr-x 111 root root 12288 2010-05-17 19:02 ..
drwxr-xr-x 2 root root 4096 2010-05-17 19:02 conf.d
-rw--- 1 root root 333 2010-05-17 14:20 debian.cnf
no debian.start script, is it normal ?
I've once
Hi,
i've the same issue, it's a very bad time for me to have this issue...
daemon.log shows only this :
May 17 19:05:28 sd1 init: mysql pre-start process (4506) terminated with
status 1
nothing in kern.log
in safe mode, it works.
It seems that some ubuntu specific init scripts is wrong here
Hi,
After upgrade from kubuntu 9.04 to 10.04, I get a constant load of
about 100% of one core by virtuoso, and after killing it, 80% of one
core by nepomukservices...
Thomas.
--
virtuoso keeps cpu busy even when strigi is suspended
https://bugs.launchpad.net/bugs/552415
You received this bug
workaround :
create the missing file in /usr/share/logwatch/default.conf/html/.
here is one I've got in my server :
footer.html
###
Logwatch ©Copyright 2002-2006 Kirk Bauer
Permission is hereby granted, free of charge, to any perso
I'm mean what cviniciusm reports on 2009-11-12, affects me too in the
exact same way.
It seems to be a recent bug, because some of my server on which logwatch
was installed for a while do not have the issue.
On a working server :
tho...@home:/home/special/thomas/emule/done$ locate header.html
/
Is there a workaround ?
--
logwatch missing conf files
https://bugs.launchpad.net/bugs/234926
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/list
For me, it wors again too, with the last kernel update it works.
I can still see the "no block devices found" for time if I switch back
to the first tty, but it boot normally.
--
no block devices found after an upgrade from 8.10 to 9.04 on a soft RAID1 system
https://bugs.launchpad.net/bugs/3580
I've succeeded in booting my system like before the upgrade (with kde...) .
On busybox console,
I typed :
mdadm -As (--assemble --scan)
so that it create /dev/mdX devices.
then type exit and it resume the boot process, which succeed as the raid
device are up.
but this won't fix the problem
Also on mdadm --assemble --scan
the two first line I get before i see my mdX devices created are :
mdadm: CREATE user root not found
mdadm: CREATE group disk not found
I don't know if it's wrong or not...
--
no block devices found after an upgrade from 8.10 to 9.04 on a soft RAID1 system
https
with
mdadm --assemble --scan
I get the md 0,1,2,3 of my system
So I tryed to chroot and reinstall grub :
mkdir /mnt
mount -t ext3 /dev/md3 /mnt
mount -o bind /dev /mnt/dev
mount -t proc none /mnt/proc
mount -t sysfs none /mnt/sys
mount -t ext2 /dev/md0 /mnt/boot
mount -t ext3 /dev/md2 /mnt/var
also on setup(hd0) grub tells that he didn't find stag1 (but found the
others)
--
no block devices found after an upgrade from 8.10 to 9.04 on a soft RAID1 system
https://bugs.launchpad.net/bugs/358054
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
>I've tryed to reboot with the fake raid for windows disabled (as it was in
>troubleshouting). no change.
(disabled in the bios)
Note that gparted still saw the hard drives so maybe I've to retry with the
drives unplugged
--
no block devices found after an upgrade from 8.10 to 9.04 on a soft RA
Public bug reported:
Hi,
I've decided to upgrade to kubuntu 9.04(64bit) from kubuntu 8.10(64bit)
on the following system :
P5N32-E Sli plus motherboard
C2D 6250
4GB of RAM
2x 250GB SATA, RAID1 software for linux (sdc, sdd)
2x150GB Raptor SATA Raid0 for windows (fake raid from motherboard) (sda
Thanks for this precision Matt !
Thomas.
--
[intrepid] IPv6 unusable
https://bugs.launchpad.net/bugs/249824
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.c
Hi Matt,
Thanks very very much for the backport to Intrepid, my life is getting better
now ;)
I've installed the patch on my production secondary DNS server and it
successfully solved the issue.
One question :
I've you're patch repository in my /etc/apt/sources.list.
When the
Will anybody have the decency to answer ? any ubuntero here ?
I had to disable my secondary DNS server for dozens of .fr. domains
because of this bug.
Some people are becoming upset and I totally agree with that.
Please, give an answer or a decent workaround.
Thanks
--
[intrepid] IPv6 unusabl
Can anybody answer ?
I don't see the fix comming with "sudo apt-get update;sudo apt-get
ugprade"
Thomas.
--
[intrepid] IPv6 unusable
https://bugs.launchpad.net/bugs/249824
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs
Hi,
From Adam Track from the Bind mailing list, told me :
>I think BIND from Ubuntu distribution is not compiled as GNU source
>(with _GNU_SOURCE macro defined). It is needed to get IPv6 working.
>The best solution is to open ticket in Ubuntu bug tracker.
>
>Adam
Thomas.
--
[intrepid] IPv6 u
Hi,
I reproduce this bug on a Secondary DNS Server, ubuntu x86-64 8.10.
Thinks were ok on 8.04 and after upgrade I get this message in the log :
Nov 18 13:36:11 ns1 named[32579]: no IPv6 interfaces found
while I'm on a machine with both ipv4 and ipv6 activated.
Does anyone have an idea
30 matches
Mail list logo