[Bug 185139] Re: Default installation does not log to /var/log/mysql.err or mysql.log

2008-10-03 Thread Gargoyle
Sorry for digging up an old bug, but perhaps /var/log/mysql.err / .log need to be removed then? -- Default installation does not log to /var/log/mysql.err or mysql.log https://bugs.launchpad.net/bugs/185139 You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 185139] Re: Default installation does not log to /var/log/mysql.err or mysql.log

2008-10-03 Thread Gargoyle
Sorry for digging up an old bug, but perhaps /var/log/mysql.err / .log need to be removed then? -- Default installation does not log to /var/log/mysql.err or mysql.log https://bugs.launchpad.net/bugs/185139 You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 72097] Re: init.d script only seems to be seeing first auth_mech

2008-11-05 Thread Gargoyle
Wow, I filed that bug almost two years ago this week! I have actually discontinued hosting my own email server and switched all my clients over to google apps, but I'll see if I have some time this weekend to recreate with 8.04 or 8.10 using my old setup notes. -- init.d script only seems to be

[Bug 185139] Re: Default installation does not log to /var/log/mysql.err or mysql.log

2009-03-10 Thread Gargoyle
Here is some updated system details for my latest hardy based server which still exhibits this behaviour:- $ uname -a Linux uc01 2.6.24-23-xen #1 SMP Thu Nov 27 20:14:09 UTC 2008 x86_64 GNU/Linux $ mysql --version mysql Ver 14.12 Distrib 5.0.51a, for debian-linux-gnu (x86_64) using readline

[Bug 72097] Re: init.d script only seems to be seeing first auth_mech

2008-11-05 Thread Gargoyle
Wow, I filed that bug almost two years ago this week! I have actually discontinued hosting my own email server and switched all my clients over to google apps, but I'll see if I have some time this weekend to recreate with 8.04 or 8.10 using my old setup notes. -- init.d script only seems to be

[Bug 185139] Re: Default installation does not log to /var/log/mysql.err or mysql.log

2008-02-04 Thread Gargoyle
I thought the point of syslog was to log everything and then also have other things logged to different files by adding directives to /etc/syslog.conf. The logs for postfix seem to be going into both /var/log/syslog and /var/log/mail.log Are there only special services that can be handled this

[Bug 155466] Re: MySQL Query Browser ignores port number

2008-01-22 Thread Gargoyle
I think this is actually a feature of the client library. If you specify localhost it uses the local socket (or named pipe on windows) to connect. To force it to use TCP/IP as you have correctly spotted, use the loopback interface (127.0.0.1) It has been this way for quite some time as I was

[Bug 185139] Default installation does not log to /var/log/mysql.err or mysql.log

2008-01-22 Thread Gargoyle
Public bug reported: Binary package hint: mysql-server-5.0 Although /var/log/mysql.err and mysql.log files are created, they remain empty. Messages are logged to /var/log/syslog $uname -a Linux mysql-01 2.6.22-14-server #1 SMP Sun Oct 14 22:09:15 GMT 2007 x86_64 GNU/Linux $ mysql --version

[Bug 105457] Re: mysqd_safe high cpu usage

2008-01-22 Thread Gargoyle
Oops, forgot some version info... MySQL Version = 5.0.45-Debian_1ubuntu3.1-log uname -a = Linux mysql-01 2.6.22-14-server #1 SMP Sun Oct 14 22:09:15 GMT 2007 x86_64 GNU/Linux -- mysqd_safe high cpu usage https://bugs.launchpad.net/bugs/105457 You received this bug notification because you are

[Bug 105457] Re: mysqd_safe high cpu usage

2008-01-22 Thread Gargoyle
I have also seen this problem today on MySQL. My /var/log/mysql.err and .log files are also empty, I suspect this is another bug where the installation file is not configuring syslogd properly. However, below are some lines from /var/log/syslog. After I noticed that mysqld_safe was at 100% cpu, I

[Bug 185139] Re: Default installation does not log to /var/log/mysql.err or mysql.log

2008-01-22 Thread Gargoyle
[EMAIL PROTECTED]:~$ dpkg -l |grep mysql-server ii mysql-server 5.0.45-1ubuntu3.1 MySQL database server (meta package dependin ii mysql-server-5.0 5.0.45-1ubuntu3.1 MySQL database server binaries -- Default installation does not log

[Bug 185139] Re: Default installation does not log to /var/log/mysql.err or mysql.log

2009-03-10 Thread Gargoyle
Wow! This bug is still alive and kicking - I had all but forgotten about it. Since it's just over a year since I first reported it, lets see if we can come up with a fix/patch. I know almost nothing about how the apt packages work and even less about configuring syslog but I suspect for the

[Bug 185139] Re: Default installation does not log to /var/log/mysql.err or mysql.log

2009-03-10 Thread Gargoyle
Here is some updated system details for my latest hardy based server which still exhibits this behaviour:- $ uname -a Linux uc01 2.6.24-23-xen #1 SMP Thu Nov 27 20:14:09 UTC 2008 x86_64 GNU/Linux $ mysql --version mysql Ver 14.12 Distrib 5.0.51a, for debian-linux-gnu (x86_64) using readline

[Bug 197522] Re: desktop-7.10-amd64 Hangs on CD boot

2009-01-08 Thread Gargoyle
while hanged press ctrl alt f2 to display the root login ( your machine name login actually) login with your administrator account sudo vi /etc/default/bluetooth switch the variable BLUETOOTH_ENABLED from 1 to 0 (zero) save the file reboot the only way for me to solve the problem I hope

[Bug 185139] Re: Default installation does not log to /var/log/mysql.err or mysql.log

2008-10-03 Thread Gargoyle
Sorry for digging up an old bug, but perhaps /var/log/mysql.err / .log need to be removed then? -- Default installation does not log to /var/log/mysql.err or mysql.log https://bugs.launchpad.net/bugs/185139 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 185139] Re: Default installation does not log to /var/log/mysql.err or mysql.log

2008-10-03 Thread Gargoyle
Sorry for digging up an old bug, but perhaps /var/log/mysql.err / .log need to be removed then? -- Default installation does not log to /var/log/mysql.err or mysql.log https://bugs.launchpad.net/bugs/185139 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 72097] init.d script only seems to be seeing first auth_mech

2006-11-16 Thread Gargoyle
to /var/log/sasl.log and added the -V option. Snippet 1 below shows a single auth_mech working. Snippet 2 shows the second one (rimap) seems to get forgotten. I hope I haven't made a silly mistake and wasted any-ones time. Paul (aka. Gargoyle) --- 8 Snippit 1 8 --- -- /etc/defaults

[Bug 1722468] [NEW] gnome-shell crashed with SIGABRT in g_assertion_message()

2017-10-10 Thread Gargoyle
Private bug reported: Prior to the crash, there is a delay of about 30 seconds where the entire desktop is frozen and no mouse interactions register and no windows are updated. After which, the gnome shell restarts and everything is exactly as it was before the crash, fully functional again.

[Bug 1713020] Re: Ubuntu Dock extension cannot be disabled in the Ubuntu session

2017-10-16 Thread Gargoyle
Sorry. By bad on the login description! I was confusing "Ubuntu" and "Unity" - damn this transition phase :-( If I choose "Ubuntu on X.org" I cannot disable the dock, but if I choose "GNOME on X.org" I can. However, I still think this bug stands. Ether stop the extension from showing in Tweak

[Bug 1713020] Re: Ubuntu Dock extension cannot be disabled in the Ubuntu session

2017-10-16 Thread Gargoyle
I'm really confused now. I've upgraded to 17.10. On my login screen I choose "GNOME on X.org" and NOT "Ubuntu". I too see the option in tweak tool to disable ubuntu dock, but toggling the switch has no effect. So the answer "Install gnome-session" for a vanilla gnome doesn't seem to actually

[Bug 1716654] Re: [System Product Name, Realtek ALC1220, Pink Mic, Rear] Underruns, dropouts or crackling sound

2017-09-12 Thread Gargoyle
Example audio created with "arecord -f cd". >From participants on various chat programs, the distortion is worse than it sounds here, so I'm trying to figure out if I can get a second test recorded via pulseaudio and not ALSA directly (I understand that is what arecord does). ** Attachment

[Bug 1716654] [NEW] [System Product Name, Realtek ALC1220, Pink Mic, Rear] Underruns, dropouts or crackling sound

2017-09-12 Thread Gargoyle
Public bug reported: Have checked under windows (same computer in dual-boot & same headset), and the sound is crystal clear, so 99% sure this is not a hardware problem. Motherboard is ASUS Crosshair Hero 6. ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: alsa-base 1.0.25+dfsg-0ubuntu5

[Bug 1753837] [NEW] GRUB_GFXMODE no longer supports high resolution since upgrading to 2.02~beta3-4ubuntu7.2

2018-03-06 Thread Gargoyle
Public bug reported: For months, my EFI grub has been happy to accept GRUB_GFXMODE=2560x1440 (my monitor native resolution). However, since the recent update to 2.02~beta3-4ubuntu7.2, all I get is a < 1s flash of the high resolution version (with background image) then it falls back to white on

[Bug 1753837] Re: GRUB_GFXMODE no longer supports high resolution since upgrading to 2.02~beta3-4ubuntu7.2

2018-03-07 Thread Gargoyle
*** This bug is a duplicate of bug 1752767 *** https://bugs.launchpad.net/bugs/1752767 The fix for removing the "--append" flag in https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1752767 also fixes this. I removed the flag from /etc/grub.d/00_header and updated and on the next reboot,

[Bug 1850980] [NEW] mysql-server causes logrotate.service to fail at boot

2019-11-01 Thread Gargoyle
Public bug reported: Description --- During boot, systemd starts logrotate service and mysql server at the same time. However, at "random" the logrotate service will report a failure to run with an error message pointing to the mysql logrotate configuration. After some digging I found

[Bug 1850980] Re: mysql-server causes logrotate.service to fail at boot

2019-11-01 Thread Gargoyle
I've crated a merge request to improve the postrotate script to more accurately detect the difference between mysqld not running and a problem with the configured debian-sys-maint config:- https://salsa.debian.org/mariadb-team/mysql/merge_requests/29 This will prevent the logrotate service from

[Bug 1850980] Re: mysql-server causes logrotate.service to fail at boot

2019-11-07 Thread Gargoyle
Thanks for the feedback, Andreas. If the logrotate service is ONLY supposed to be triggered via the timer, then that could be a separate bug as it is definitely running on every boot on my 19.10 install. I took the exit status of the ping command from the man page for mysqladmin and also

[Bug 1558471] Re: logrotate config mysql-server fails with error "error: skipping "/var/log/mysql.log"

2019-11-01 Thread Gargoyle
Just hit this exact same issue with MySQL 8 and 19.10. Patch also fixes the problem on these versions too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1558471 Title: logrotate config

[Bug 1886092] Re: libreoffice doesn't list gpg private key for a digital signature due to apparmor

2020-10-22 Thread Gargoyle
Just upgraded to 20.10 and the bundled LibreOffice version (7.0.2.2) and have the same issue. I can confirm mvaldez's fix for adding access for the GPG agent worked for me. However, I didn't change the "@{HOME}/.gnupg/*" directive to rw (I don't really want LibreOffice having write access to my