Re: [Bug 299482] Re: aptitude upgrade re-enables mysql rc scripts

2012-03-18 Thread msfree
This solution violates the principle of least surprise.

If an installed package has an init script that has been disabled it is
obvious that the individual/s who manage the system want it disabled.
The current upgrade script blindly assumes either the sysadmin did not
know what they were doing or they made a mistake.  Upgrade scripts should
never make such assumptions and should always respect configurations made
by administrators.

Roger Marquis


 http://www.debuntu.org/how-to-manage-services-with-update-rc.d

 # update-rc.d -f apache2 remove

 The use of -f is to force the removal of the symlinks even
 if there is still /etc/init.d/apache2.

 Note: This command will only disable the service until next
 time the service is upgraded. If you want to make sure the
 service won't be re-enabled upon upgrade, you should also
 type the following:

 # update-rc.d apache2 stop 80 0 1 2 3 4 5 6 .


 ** Package changed: aptitude (Ubuntu) = dpkg (Ubuntu)

 ** Changed in: dpkg (Ubuntu)
   Status: New = Invalid

 ** Package changed: dpkg (Ubuntu) = ubuntu

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

 Title:
  aptitude upgrade re-enables mysql rc scripts

 Status in Ubuntu:
  Invalid

 Bug description:
  Binary package hint: aptitude

  Upgrading previously installed software fails to check whether the
  package's rc scripts have been disabled and enables them regardless.
  If an rc script has been disabled (update-rc.d -f remove) it should
  remain disabled across upgrades (and safe-upgrades).  This flaw can
  be triggered in many packages but the ones noticed most recently are
  mysql*.  Have not checked sources but it probably should be patched in
  aptitude, synaptic, apt-get, dpkg, and any other package management
  utilities that perform upgrades.

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


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

Title:
  aptitude upgrade re-enables mysql rc scripts

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

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


Re: [Bug 416318] Re: Apache doesn't honor existing bootscripts

2009-09-29 Thread msfree
 Thanks for letting me know, I was wondering how you removed it from
 booting? Did you remove the script from /etc/init.d? Or the /etc/rc2.d
 script or used update-rc.d?

Chuck,

Personally I run update-rc.d.

Thanks!
Roger

-- 
Apache doesn't honor existing bootscripts
https://bugs.launchpad.net/bugs/416318
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 394967] [NEW] aptitude upgrade apache2 overrides run-level settings

2009-07-02 Thread msfree
Public bug reported:

The apache2 package fails to check whether rc scripts have been modified
when performing an upgrade.  As a result admins who have disabled boot-
time invokation (update-rc.d -f apache2 remove) will be surprised to
find that system, package, and other upgrades not only override their
configuration, they also start the apache2 daemon.  This is not the
expected behavior nor is it good security policy (violating the
principle of least surprise never is).

Apache2 and other packages should not automatically create links to
rc.#d directories when upgrading nor should these packages automatically
start processes when doing upgrades.

Please re-file this as an aptitude / synaptic / apt-get / dpkg bug if
that is the more appropriate place for requiring postinst, preinst, ...
to respect existing system configurations or at least require user-
interaction before changing them.

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

-- 
aptitude upgrade apache2 overrides run-level settings
https://bugs.launchpad.net/bugs/394967
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 394967] [NEW] aptitude upgrade apache2 overrides run-level settings

2009-07-02 Thread msfree
Public bug reported:

The apache2 package fails to check whether rc scripts have been modified
when performing an upgrade.  As a result admins who have disabled boot-
time invokation (update-rc.d -f apache2 remove) will be surprised to
find that system, package, and other upgrades not only override their
configuration, they also start the apache2 daemon.  This is not the
expected behavior nor is it good security policy (violating the
principle of least surprise never is).

Apache2 and other packages should not automatically create links to
rc.#d directories when upgrading nor should these packages automatically
start processes when doing upgrades.

Please re-file this as an aptitude / synaptic / apt-get / dpkg bug if
that is the more appropriate place for requiring postinst, preinst, ...
to respect existing system configurations or at least require user-
interaction before changing them.

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

-- 
aptitude upgrade apache2 overrides run-level settings
https://bugs.launchpad.net/bugs/394967
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 299482] [NEW] aptitude upgrade re-enables mysql rc scripts

2008-11-18 Thread msfree
Public bug reported:

Binary package hint: aptitude

Upgrading previously installed software fails to check whether the
package's rc scripts have been disabled and enables them regardless.  If
an rc script has been disabled (update-rc.d -f remove) it should remain
disabled across upgrades (and safe-upgrades).  This flaw can be
triggered in many packages but the ones noticed most recently are
mysql*.  Have not checked sources but it probably should be patched in
aptitude, synaptic, apt-get, dpkg, and any other package management
utilities that perform upgrades.

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

-- 
aptitude upgrade re-enables mysql rc scripts
https://bugs.launchpad.net/bugs/299482
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 261735] Re: 8.04 upgrade breaks vmware server console

2008-10-27 Thread msfree
 Did you rebuild the VMWare module after the kernel upgrade?

You'll make no progress on this bug until you reproduce the problem.
That's where you need to start.

The error messages listed below are completely different from the error
messages of not having a requisite kernel module.

Roger


 -- 
 8.04 upgrade breaks vmware server console
 https://bugs.launchpad.net/bugs/261735
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in ÿÿia32-libsÿÿ source package in Ubuntu: Incomplete

 Bug description:
 Binary package hint: ia32-libs

 After installing VMware-server-1.0.6-91891 and vmware-any-any-116 on an 8.04 
 system the VMware console will not work.   Apparently VMware's distribution 
 has issues with libx11-6.  The symptoms include:

 # vmware
 /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: 
 version `GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
 /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: 
 version `GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6)
 /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: 
 version `GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
 /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: 
 version `GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6)

 On an i386 system this can be fixed by downgrading libx11-6:

 # lynx http://packages.ubuntu.com/gutsy/libx11-6   (Note the gutsy, not 
 hardy version)
 # dpkg -i libx11*deb

 If that does not work try patching the VMware-shipped libraries:

 # cd /usr/lib/vmware/lib/libgcc_s.so.1  mkdir bak ; mv * bak ; ln -s 
 /lib/libgcc_s.so.1 .
 # cd /usr/lib/vmware/lib/libpng12.so.0  mkdir bak ; mv * bak ; ln -s 
 /usr/lib/libpng12.so.0.15.0 libpng12.so.0

 However, on an x86_64 system this will cause a different problem:

 # vmware
 Locking assertion failure.  Backtrace:
 #0 /usr/lib/libxcb-xlib.so.0 [0xb6f86767]
 #1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x31) [0xb6f868b1]

 In those cases the fix  is to downgrade ia32-libs, same as was done for 
 libx11-6:

 # http://packages.ubuntu.com/gutsy/ia32-libs   (Note the gutsy, not hardy 
 version)
 # dpkg -i ia32*deb


-- 
8.04 upgrade breaks vmware server console
https://bugs.launchpad.net/bugs/261735
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 261735] [NEW] 8.04 upgrade breaks vmware server console

2008-08-26 Thread msfree
Public bug reported:

Binary package hint: ia32-libs

After installing VMware-server-1.0.6-91891 and vmware-any-any-116 on an
8.04 system the VMware console will not work.   Apparently VMware's
distribution has issues with libx11-6.  The symptoms include:

 # vmware
 /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: 
version `GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
 /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: 
version `GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6)
 /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: 
version `GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
 /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: 
version `GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6)

On an i386 system this can be fixed by downgrading libx11-6:

 # lynx http://packages.ubuntu.com/gutsy/libx11-6   (Note the gutsy, not 
hardy version)
 # dpkg -i libx11*deb

If that does not work try patching the VMware-shipped libraries:

 # cd /usr/lib/vmware/lib/libgcc_s.so.1  mkdir bak ; mv * bak ; ln -s 
/lib/libgcc_s.so.1 .
 # cd /usr/lib/vmware/lib/libpng12.so.0  mkdir bak ; mv * bak ; ln -s 
/usr/lib/libpng12.so.0.15.0 libpng12.so.0

However, on an x86_64 system this will cause a different problem:

 # vmware
 Locking assertion failure.  Backtrace:
 #0 /usr/lib/libxcb-xlib.so.0 [0xb6f86767] 
 #1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x31) [0xb6f868b1]

In those cases the fix  is to downgrade ia32-libs, same as was done for
libx11-6:

 # http://packages.ubuntu.com/gutsy/ia32-libs   (Note the gutsy, not hardy 
version)
 # dpkg -i ia32*deb

** Affects: ia32-libs (Ubuntu)
 Importance: Undecided
 Status: Incomplete

-- 
8.04 upgrade breaks vmware server console
https://bugs.launchpad.net/bugs/261735
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 261735] Re: 8.04 upgrade breaks vmware server console

2008-08-26 Thread msfree
 Was this an upgrade from before-8.04 to 8.04 or are you reporting that a
 recent upgrade has broken what was working on 8.04 previously?

In this particular case it was an upgrade from 7.10.  The same bug(s),
however, are present in both 8.X upgrades and new installs.

-- 
8.04 upgrade breaks vmware server console
https://bugs.launchpad.net/bugs/261735
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 214443] Re: KDE (3.5.8) monitor saving seriously broke

2008-04-12 Thread msfree
 Please run kdesudo displayconfig in a console window, try to set it, and
 paste any terminal output to the bug.

 Scott,

 It runs the same from displayconfig as from the KDE menu i.e., no errors,
 warnings, logs, or other output. Will let you know if it stays set any
 longer.

Apparently it also fails the same, randomly, showing monitor power saving
as disabled after a random period of time (stdev ~= 2days).

Any chance Ubuntu 8.X's KDE bugfixes will get backported to 7.X in the near
future?

Roger

-- 
KDE (3.5.8) monitor saving seriously broke
https://bugs.launchpad.net/bugs/214443
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to kde-guidance in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 214443] [NEW] KDE (3.5.8) monitor saving seriously broke

2008-04-09 Thread msfree
Public bug reported:

Trying to enable monitor power saving (which worked in earlier versions
of KDE) via control center - monitor  display - power saving: [x]
enabled,  switch off after [20 minutes], [apply] seems to work, but
something reverts the [enabled] setting randomly.  Logging in to
Administrator Mode has no effect.  xorg.conf unchanged.

Would prefer to set this via the command line anyhow...

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
KDE (3.5.8) monitor saving seriously broke
https://bugs.launchpad.net/bugs/214443
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 214428] Re: Miro install issues (multiple)

2008-04-09 Thread msfree
 At least some of these problems aren't apparent in the Hardy package.
 Which version of Miro and Ubuntu are you using, and where are you
 getting Miro from?

Chris,

Miro (0.9.8.1-0ubuntu5) was installed using synaptic.

#grep -i code /etc/lsb-release
DISTRIB_CODENAME=gutsy

Thanks,
Roger

-- 
Miro install issues (multiple)
https://bugs.launchpad.net/bugs/214428
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 214433] Re: Miro doesn't play Flash on 64bit systems

2008-04-09 Thread msfree
 Do you use Feisty or Hardy?

Still running Gutsy, until Hardy is out of beta.

Roger

-- 
Miro doesn't play Flash on 64bit systems
https://bugs.launchpad.net/bugs/214433
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 214443] Re: KDE (3.5.8) monitor saving seriously broke

2008-04-09 Thread msfree
 Please run kdesudo displayconfig in a console window, try to set it, and
 paste any terminal output to the bug.

Scott,

It runs the same from displayconfig as from the KDE menu i.e., no errors,
warnings, logs, or other output. Will let you know if it stays set any
longer.

Roger

-- 
KDE (3.5.8) monitor saving seriously broke
https://bugs.launchpad.net/bugs/214443
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 214428] [NEW] Miro install issues (multiple)

2008-04-08 Thread msfree
Public bug reported:

Binary package hint: miro

On first run Miro (attempts to) connect to a number of multimedia providers 
without first asking the user or checking for an http_proxy.  This is a
non-trivial privacy issue.

Depends on Firefox (v2) without checking whether a different browser or 
version of Firefox is in use.  

Install doesn't update mimeTypes.rdf or .mailcap so has no effect on
Firefox3 or other browsers.

Has no proxy setting, doesn't detect environment settings.

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

-- 
Miro install issues (multiple)
https://bugs.launchpad.net/bugs/214428
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 214433] [NEW] Miro doesn't play Flash on 64bit systems

2008-04-08 Thread msfree
Public bug reported:

Application website says it plays all file formats but the app cannot play 
Flash video on 64bit Ubuntu (7).
The Flash incompatibility is Adobe's fault, but Miro should not advertise 
capabilities which is does not have.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Miro doesn't play Flash on 64bit systems
https://bugs.launchpad.net/bugs/214433
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 139040] Re: Installation hangs upon reaching the wvdial package

2007-12-08 Thread MSFree
You can work around this bug by physically removing the modem from the
machine before installing/updating. I suspect most if not all of the
people experiencing this have soft or win modems by Lucent and some
other companies. The installation hangs when configuring wvdial as it
tries to communicate with the modem. After removing the offending
hardware the installation will move past that point in a few seconds and
finish in a few minutes. If you connect to the internet through your
ethernet card and don't need to use any other telephony applications
then removing the modem is of no consequence - just make sure to cover
the slot. If you need to use the modem you can still remove it before
installing, then put it back in afterwards and try to configure the
software manually.

Be Open Source

-- 
Installation hangs upon reaching the wvdial package
https://bugs.launchpad.net/bugs/139040
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