[Bug 701896] Re: NTP Apparmor configuration denies access to clockstats

2011-05-09 Thread Fuzzy Eric
filegen can generate the following files that do not appear to be
permitted by AppArmor (based solely on the above dialog): cryptostats,
protostats, rawstats, sysstats, and timingstats.  (See ntp-doc,
Monitoring Commands.)

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

Title:
  NTP Apparmor configuration denies access to clockstats

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 701896] Re: NTP Apparmor configuration denies access to clockstats

2011-05-09 Thread Fuzzy Eric
filegen can generate the following files that do not appear to be
permitted by AppArmor (based solely on the above dialog): cryptostats,
protostats, rawstats, sysstats, and timingstats.  (See ntp-doc,
Monitoring Commands.)

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

Title:
  NTP Apparmor configuration denies access to clockstats

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


[Bug 496435] Re: upgrades of the grub-pc package can overwrite wrong MBR

2010-05-06 Thread Fuzzy Eric
Bump.  I can attest that this symptom is present in release Lucid.  I performed 
an over-the-wire upgrade from 9.10 to 10.04.  On reboot, got the symbol 
`grub_puts_' not found error.  Interestingly, although there are two SATA HDs 
in this machine (one spinning media, one solid-state), the BIOS enumerates the 
SSD first, the BIOS boots off the SSD, the grub rescue mode enumerates the SDD 
as (hd0), and the 2.6.32-22 boot files are at (hd0,1)/boot.  When the upgrade 
was running, /dev/sda was the SDD.  I don't find any way that the grub 
install/setup during the upgrade could have become confused about which drive 
was supposed to get grub installed on it, nor any evidence that the drive 
enumeration would have changed.  (The spinning disk, sdb, a.k.a. (hd1), has my 
5.somtething - 9.04 repeatedly over-the-wire upgraded image and files, which is 
still attached since I'm not convinced I have all my settings transferred 
over...)
(time passes)
Huh.  Booting from the spinning disk gets a grub2 style menu that can boot into 
10.04 on sda.  Now how do I fix it so grub's in the right MBR?
(time passes)
Trying sudo grub-install --root-directory=/ /dev/sda as per 
http://ubuntuforums.org/showthread.php?t=1014708 , linked by Jack Fariss (#14). 
 Reboot.  Change BIOS boot order to boot the SDD (sda, hd0) first again.  
Reboot.  Success!

So, for no apparent reason the 10.04 upgrade seems to have pushed grub
onto the MBR of 10.04 or possibly the lingering 9.04 grub on sdb's MBR
was able to find the 10.04 images and boot them.  Either way...

-- 
upgrades of the grub-pc package can overwrite wrong MBR
https://bugs.launchpad.net/bugs/496435
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 177154] Re: cdrtools is undistributable

2010-01-28 Thread Fuzzy Eric
Submitter asserts The CDDL contains restrictions not present in the
GPL without citation, making the assertion nonactionable.  Does there
exist a clear and detailed argument about the incompatibility asserted?

I find in other places that the use of CDDL'ed smake to build is identified as 
a blockage.
GPL v2 requires the build scripts, but not the build tools be distributed.  
GPLv2: The source code for a work means the preferred form of the work for 
making modifications to it. For an executable work, complete source code means 
all the source code for all modules it contains, plus any associated interface 
definition files, plus the scripts used to control compilation and installation 
of the executable.  Including the smake scripts appears to be required.  
Including (binary or source) smake in the OS distribution may or may not be 
required by the next sentence in the GPLv2: However, as a special exception, 
the source code distributed need not include anything that is normally 
distributed (in either source or binary form) with the major components 
(compiler, kernel, and so on) of the operating system on which the executable 
runs, unless that component itself accompanies the executable.  (As an aside, 
..., forking smake seems far more likely to be a successful project than cdrkit 
has ever been.)
GPL v3 requires the build scripts and explicitly allows the nondistribution of 
smake: The “Corresponding Source” for a work in object code form means all the 
source code needed to generate, install, and (for an executable work) run the 
object code and to modify the work, including scripts to control those 
activities. However, it does not include the work's System Libraries, or 
general-purpose tools or generally available free programs which are used 
unmodified in performing those activities but which are not part of the work.  
smake seems to qualify as a generally available free program which is not part 
of the work and therefore its inclusion does not seem to be required under 
GPLv3.

Overcoming the smake blockage seems straightforward.  Assuming the other
unidentified blockages are similarly trivial, forward motion seems easy.
Without actually identifying these other blockages, it is impossible to
classify them as trivial or not.

So, what are the asserted blockages, in sufficient detail that they can
be evaluated?

-- 
cdrtools is undistributable
https://bugs.launchpad.net/bugs/177154
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 490665] [NEW] logrotate error for empty mysql logs

2009-11-30 Thread Fuzzy Eric
Public bug reported:

Binary package hint: logrotate

Logrotate generates the error:
error: error running shared postrotate script for '/var/log/mysql.log 
/var/log/mysql/mysql.log /var/log/mysql/mysql-slow.log '
when run with mysql-server-core (5.1) installed.  This condition also generates 
error e-Mail.

logrotate behaviour:
$ cd /etc/logrotate.d
$ sudo logrotate -f mysql-server
error: error running shared postrotate script for '/var/log/mysql.log 
/var/log/mysql/mysql.log /var/log/mysql/mysql-slow.log '

Expected behaviour:  Zero-length log files do not cause error alerts.

Affected versions:
Kubuntu 9.10  (Upgraded sequentially from 6.04 over the past several years.)
logrotate 3.7,8.4ubuntu1
mysql-server-core 5.1.37-1ubuntu

Possible cause (1):
/var/log/mysql.log has zero length.
$ ls -laF /var/log/mysql.*
-rw-r- 1 mysql adm  0 2009-11-20 02:30 /var/log/mysql.err
-rw-r- 1 mysql adm  0 2009-11-30 22:37 /var/log/mysql.log
-rw-r- 1 mysql adm  0 2009-11-30 07:43 /var/log/mysql.log.1
-rw-r- 1 mysql adm 20 2009-11-23 08:00 /var/log/mysql.log.8.gz

Possible cause (2):
debian.cnf is malformed.  // Passwords excised from output below.  The two 
instances are identical.
$ sudo more /etc/mysql/debian.cnf
# Automatically generated for Debian scripts. DO NOT TOUCH!
[client]
host = localhost
user = debian-sys-maint
password = [excised]
socket   = /var/run/mysqld/mysqld.sock
[mysql_upgrade]
host = localhost
user = debian-sys-maint
password = [excised]
socket   = /var/run/mysqld/mysqld.sock

Possible cause (3):
auditing is interfering with mysqld.
$ sudo service mysql restart
 * Stopping MySQL database server mysqld [ OK ] 
 * Starting MySQL database server mysqld [fail] 
fu...@client0004:/etc/logrotate.d$ tail /var/log/messages   
Nov 30 22:52:39 client0004 kernel: [593992.220673] type=1502 
audit(1259643159.445:72): operation=open pid=11016 parent=11015 
profile=/usr/sbin/mysqld requested_mask=r:: denied_mask=r:: fsuid=0 
ouid=0 name=/sys/devices/system/cpu/ 
[8 duplicate messages elided]
Nov 30 22:52:42 client0004 kernel: [593995.294992] type=1502 
audit(1259643162.515:81): operation=open pid=11047 parent=11046 
profile=/usr/sbin/mysqld requested_mask=r:: denied_mask=r:: fsuid=0 
ouid=0 name=/sys/devices/system/cpu/

ProblemType: Bug
Architecture: amd64
Date: Mon Nov 30 22:38:09 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: logrotate 3.7.8-4ubuntu1
ProcEnviron:
 LANGUAGE=en_US:en_GB:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
SourcePackage: logrotate
Uname: Linux 2.6.31-15-generic x86_64
XsessionErrors:
 (polkit-gnome-authentication-agent-1:3289): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (npviewer.bin:3438): Gtk-WARNING **: 
/usr/lib/gtk-2.0/2.10.0/engines/libqtcurve.so: wrong ELF class: ELFCLASS64

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


** Tags: amd64 apport-bug

-- 
logrotate error for empty mysql logs
https://bugs.launchpad.net/bugs/490665
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 490665] Re: logrotate error for empty mysql logs

2009-11-30 Thread Fuzzy Eric

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

-- 
logrotate error for empty mysql logs
https://bugs.launchpad.net/bugs/490665
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 366925] Re: 9.04 upgrade freeciv-client subprocess new pre-removal script returned error exit status 255

2009-04-27 Thread Fuzzy Eric
Unhelpful answer:
$ ggz-config --remove --modfile=/usr/share/ggz/modules/freeciv/civclient.dsc
(errorsys) Unable to read or write file /etc/ggz.modules: Permission 
denied
Insufficient permission to install modules

Helpful answer:
# ggz-config --remove --modfile=/usr/share/ggz/modules/freeciv/civclient.dsc
# echo $?
0

As a quick check (to make sure that freeciv-client-gtk did not silently finish 
upgrading)...
# dpkg -l freeciv*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
un  freecivnone (no description available)
un  freeciv-client none (no description available)
ii  freeciv-client 2.1.5-2Civilization turn based strategy game (GTK+
ii  freeciv-data   2.1.8-0exp1Civilization turn based strategy game (game
ii  freeciv-server 2.1.8-0exp1Civilization turn based strategy game (serve
un  freeciv-sound  none (no description available)

Hope that helps.

-- 
9.04 upgrade freeciv-client subprocess new pre-removal script returned error 
exit status 255
https://bugs.launchpad.net/bugs/366925
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 366925] Re: 9.04 upgrade freeciv-client subprocess new pre-removal script returned error exit status 255

2009-04-25 Thread Fuzzy Eric

** Attachment added: term.log
   http://launchpadlibrarian.net/25973560/term.log

-- 
9.04 upgrade freeciv-client subprocess new pre-removal script returned error 
exit status 255
https://bugs.launchpad.net/bugs/366925
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 366925] Re: 9.04 upgrade freeciv-client subprocess new pre-removal script returned error exit status 255

2009-04-25 Thread Fuzzy Eric

** Attachment added: main.log
   http://launchpadlibrarian.net/25973556/main.log

-- 
9.04 upgrade freeciv-client subprocess new pre-removal script returned error 
exit status 255
https://bugs.launchpad.net/bugs/366925
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 366925] Re: 9.04 upgrade freeciv-client subprocess new pre-removal script returned error exit status 255

2009-04-25 Thread Fuzzy Eric

** Attachment added: apt.log
   http://launchpadlibrarian.net/25973544/apt.log

-- 
9.04 upgrade freeciv-client subprocess new pre-removal script returned error 
exit status 255
https://bugs.launchpad.net/bugs/366925
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 366925] [NEW] 9.04 upgrade freeciv-client subprocess new pre-removal script returned error exit status 255

2009-04-25 Thread Fuzzy Eric
Public bug reported:

Binary package hint: update-manager

Performing online upgrade of Kubuntu 8.10 to 9.04.  During the
Installing the upgrades step under Distribution Upgrade, the error
dialog

Error
Could not install 
'/var/cache/apt/archives/freeciv-client-gtk_2.1.8-0exp1_amd64.deb'
The upgrade will continue but the 
'/var/cache/apt/archives/freeciv-client-gtk_2.1.8-0exp1_amd64.deb' package may 
be in a not working state.  Please consider submitting a bug report about it.
subprocess new pre-removal script returned error exit status 255

At the point the error occurs (in the middle of the upgrade), 
lsb_release -rd returns Ubuntu 9.04, 9.04.
dpkg -l freeciv* returns freeciv-client  2.1.5-2 as the installed package 
(i.e. state ii).  freeciv-data  2.1.8-0exp1 and freeciv-server  
2.1.8-0exp1 are flagged to install and are currently unpacked (i.e., state 
iU).

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
9.04 upgrade freeciv-client subprocess new pre-removal script returned error 
exit status 255
https://bugs.launchpad.net/bugs/366925
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 366925] Re: 9.04 upgrade freeciv-client subprocess new pre-removal script returned error exit status 255

2009-04-25 Thread Fuzzy Eric

** Attachment added: apt-term.log
   http://launchpadlibrarian.net/25973536/apt-term.log

-- 
9.04 upgrade freeciv-client subprocess new pre-removal script returned error 
exit status 255
https://bugs.launchpad.net/bugs/366925
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 291981] Re: tspc not installed during upgrade hardy - intrepid

2008-11-16 Thread Fuzzy Eric
/var/log/dist-uprgade/* attached as a tar archive using:

sudo tar -cvzf upgrade_logs.tgz /var/log/dist-upgrade/

Please let me know if there's anything else I can do to help.

** Attachment added: Requested dist-upgrad logs
   http://launchpadlibrarian.net/19705484/upgrade_logs.tgz

-- 
tspc not installed during upgrade hardy - intrepid
https://bugs.launchpad.net/bugs/291981
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 291981] [NEW] tspc not installed during upgrade hardy - intrepid

2008-11-01 Thread Fuzzy Eric
Public bug reported:

Binary package hint: update-manager

The update manager, while performing an Kubuntu upgrade from hardy to
intrepid, reported an error as follows:

Could not install '/var/cache/apt/archives/tspc_2.1.1-6.1ubuntu1_amd64.deb'
The upgrade will continue but the 
'/var/cache/apt/archives/tspc_2.1.1-6.1ubuntu1_amd64.deb' package may be in a 
not working state.  Please consider submitting a bugreport about it.
subprocess new pre-removal script returned error exit status 1

Being currently *in* a dist-upgrade, I am unable to use either
'lsb_release -rd' or System - About Ubuntu.

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
tspc not installed during upgrade hardy - intrepid
https://bugs.launchpad.net/bugs/291981
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