[Bug 440780] Re: [karmic] nForce2_smbus conflicts with ACPI region SM00

2009-11-20 Thread Despot
Same problem on a ZOTAC ION ITX-B-E (Intel Atom N230)

-- 
[karmic] nForce2_smbus conflicts with ACPI region SM00
https://bugs.launchpad.net/bugs/440780
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 440470] Re: [ubuntu-boot-experience] nForce2_smbus conflicts with ACPI region SM00

2009-11-22 Thread Despot
The message does not appear in the boot log anymore after adding the
"acpi_enforce_resources=lax" I'm using a ZOTAC ION ITX-B-E (Intel Atom
N230) with up-to-date Karmic.

-- 
[ubuntu-boot-experience] nForce2_smbus conflicts with ACPI region SM00
https://bugs.launchpad.net/bugs/440470
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 223825] Re: aiccu init.d script will race dhclient (upstart issue?)

2011-07-11 Thread Despot
Attached is an updated work-around script that emits net-device-up/net-
device-down events.

** Attachment added: "Updated Upstart for aiccu"
   
https://bugs.launchpad.net/ubuntu/karmic/+source/aiccu/+bug/223825/+attachment/2203238/+files/aiccu.conf

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

Title:
  aiccu init.d script will race dhclient (upstart issue?)

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

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


[Bug 223825] Re: aiccu init.d script will race dhclient (upstart issue?)

2011-07-12 Thread Despot
I would be interested to know what function of AICCU does *not* involve
the presence of a network connection. I cannot find any documentation
that indicates AICCU has any purpose other than setting up and tearing
down AYIYA tunnels. There is no need for such a tool to run if there is
no network connection, unless the tool also monitors network
connectivity.

At least on my Natty system, the aiccu daemon simply terminates when no
network connection is present, so it does not appear to have any ability
to monitor the status of the system's network connectivity (and it
probably shouldn't have that ability--that's really the system
administrator's concern).

So again, I would be interested to know what function of AICCU makes it
useful without a network connection.

I have in fact read the warning you mention. I'd be interested to know
how it applies to my Upstart script and not the one on which Lars Dursig
has been working on. My script does not have a respawn clause, so
assuming AICCU behaves correctly when it's run in the foreground, it
should preserve AICCU's behavior of exiting if there is a connection
problem. I can confirm the script terminates if launched manually when
no network connection is present.

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

Title:
  aiccu init.d script will race dhclient (upstart issue?)

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

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


[Bug 223825] Re: aiccu init.d script will race dhclient (upstart issue?)

2011-07-12 Thread Despot
No important reason (that I know of) for the PATH override; it was a
copy/paste from another Upstart script, which was an adaptation of a
System V init script. Per http://netsplit.com/2008/04/16/upstart-05-job-
environment/, it shouldn't be necessary, so I removed it.

I've made the tweaks Clint recommended, the revised script is attached.


** Attachment added: "Upstart script for aiccu rev3"
   
https://bugs.launchpad.net/ubuntu/+source/aiccu/+bug/223825/+attachment/2204754/+files/aiccu.conf

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

Title:
  aiccu init.d script will race dhclient (upstart issue?)

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

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


[Bug 223825] Re: aiccu init.d script will race dhclient (upstart issue?)

2011-07-03 Thread Despot
One potential work-around is disabling daemonization of aiccu in its
configuration file ("daemonize false") and skipping Upstart's expect
fork altogether. aiccu (rather unfortunately) uses the daemonize flag to
determine its logging destination, but we can capture its output and log
to a file like so:

exec $BIN start $DAEMON_ARGS >> /tmp/aiccu.log 2>&1

Certainly not as flexible as the syslog, but good enough for many cases.

Anyone have contact with the aiccu devs? It might be simpler to request
that they give users more control over aiccu's logging mechanisms
instead of waiting for the Upstart devs to figure out a solution to the
forking issue.

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

Title:
  aiccu init.d script will race dhclient (upstart issue?)

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

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


[Bug 223825] Re: aiccu init.d script will race dhclient (upstart issue?)

2011-07-03 Thread Despot
Attached is a basic Upstart job definition that utilizes the non-
daemonize work-around. To use it, place the attached file in /etc/init/
and set the "daemonize" option to false in /etc/aiccu.conf

** Attachment added: "Upstart job for aiccu"
   
https://bugs.launchpad.net/ubuntu/karmic/+source/aiccu/+bug/223825/+attachment/2190048/+files/aiccu.conf

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

Title:
  aiccu init.d script will race dhclient (upstart issue?)

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

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


[Bug 806761] [NEW] Feature Request: Upstart scripts for nslcd

2011-07-06 Thread Despot
Public bug reported:

This forum thread contains Upstart scripts that makes nslcd (and by
extension the whole nss-pam-ldapd package) more resilient in the face of
network connectivity outages:
http://ubuntuforums.org/showthread.php?t=1335022

** Affects: nss-pam-ldapd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: feature

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

Title:
  Feature Request: Upstart scripts for nslcd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nss-pam-ldapd/+bug/806761/+subscriptions

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


[Bug 223825] Re: aiccu init.d script will race dhclient (upstart issue?)

2011-07-17 Thread Despot
Lars, any plans to update the PPA? I'd be happy to help test.

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

Title:
  aiccu init.d script will race dhclient (upstart issue?)

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

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


[Bug 223825] Re: aiccu init.d script will race dhclient (upstart issue?)

2011-07-19 Thread Despot
Hi Lars,

Good idea to wait for the dust to settle. I was thinking that three days
was enough time to wait, given the speed with which issues have been
noted and addressed (usually within 24 hours).

Thanks for updating the PPA. I went ahead and installed it in a VM, and
the new script installs as expected--huzzah! However, I see the
/etc/aiccu.conf file still reads "daemonize true" For the Upstart script
to work as intended, this will have to be changed to "daemonize false".

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

Title:
  aiccu init.d script will race dhclient (upstart issue?)

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

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


[Bug 223825] Re: aiccu init.d script will race dhclient (upstart issue?)

2011-07-13 Thread Despot
Jeroen,

Good to know this information. I'm puzzled by AICCU's behavior of
shutting down on startup if it can't retrieve TIC information, since I
understand you to be saying that the program won't terminate if there's
an active tunnel and the computer loses connectivity (e.g. the person
leaves the range of their WiFi hotspot). What is the difference, from
AICCU's perspective, between having no connectivity on startup, and
losing connectivity during a program run?

At any rate, the Upstart script isn't written to terminate AICCU when a
network interface is taken down. The termination conditions are entering
runlevels 0 or 6 (shutdown or reboot, respectively).

I'm open to suggestions on a Internet connectivity check. Currently the
only sanity check is a check to make sure the interface is not the local
loopback. I don't think having a default route is a very strong
guarantee of connectivity, since it's quite possible for that default
route to be offline. The only strong guarantee I can imagine is pinging
a PoP server, but isn't that the general purpose of the heartbeat
protocol? Seems like it'd be a re-invention of the wheel.

Clint,

Thanks for the recommendation. I'm not sure about this change, though,
because we don't want to start the daemon unless there's a (non-
loopback) network connection present. Unless I'm badly mistaken, there's
no guarantee that a network connection will be present when the system
switches to runlevel 2. If so, there's a good possibility that AICCU
would simply terminate on startup, as Jeroen mentions. Not the end of
the world, but certainly not necessary either.

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

Title:
  aiccu init.d script will race dhclient (upstart issue?)

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

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


[Bug 223825] Re: aiccu init.d script will race dhclient (upstart issue?)

2011-07-13 Thread Despot
Further refinements: while testing, I discovered that the AICCU daemon
terminates when the system hibernates. This is not an Upstart behavior
as far as I can tell, because removing the "stop on" clause does not
change the behavior. The AICCU log simply says "Killed", so I suspect
it's responding to a low-level SIGTERM signal or such.

No big deal, except neither the "local-filesystems" or the "runlevel"
events are emitted by Upstart when the system resumes. As a result, rev
3 of the script will not restart the AICCU daemon when the system comes
out of hibernation. Clint's "or runlevel [2345]" recommendation doesn't
aid us either.

This seems like a fairly common scenario (I find AICCU to be most useful
on my laptop). I'm unable to find any documentation on what sort of
signals are emitted by Upstart when a system comes out of hibernation,
so I've resorted to this simplified "start on" clause: "start on net-
device-up IFACE!=lo".

Unfortunately, this start condition leaves us without a strong guarantee
that local filesystems are available. So, I added a sanity check to the
pre-start script that will bail out if the log file is untouchable.

This is the only way I know of to restart the daemon when the system
comes out of hibernation. I'm wide open to suggestions on better way to
handle the situation.

Revised script is attached.

** Attachment added: "Upstart script rev 4"
   
https://bugs.launchpad.net/ubuntu/+source/aiccu/+bug/223825/+attachment/2207170/+files/aiccu.conf

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

Title:
  aiccu init.d script will race dhclient (upstart issue?)

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

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


[Bug 223825] Re: aiccu init.d script will race dhclient (upstart issue?)

2011-07-14 Thread Despot
One more adjustment (hopefully the last). Covers the case where the log
file exists but is not writable in the sanity checks.

** Attachment added: "Upstart script rev 5"
   
https://bugs.launchpad.net/ubuntu/+source/aiccu/+bug/223825/+attachment/2209094/+files/aiccu.conf

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

Title:
  aiccu init.d script will race dhclient (upstart issue?)

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

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


[Bug 223825] Re: aiccu init.d script will race dhclient (upstart issue?)

2011-07-14 Thread Despot
Bah, left a temporary path in the LOGFILE variable. My kingdom for
comment deletion.

** Attachment added: "Upstart script rev 6"
   
https://bugs.launchpad.net/ubuntu/+source/aiccu/+bug/223825/+attachment/2209099/+files/aiccu.conf

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

Title:
  aiccu init.d script will race dhclient (upstart issue?)

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

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


[Bug 223825] Re: aiccu init.d script will race dhclient (upstart issue?)

2011-07-21 Thread Despot
Cool--PPA2 installs and runs nicely.

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

Title:
  aiccu init.d script will race dhclient (upstart issue?)

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

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


[Bug 685688] Re: Rhythmbox Displays Tracks Multiple Times from UPnP MediaTomb

2011-01-15 Thread Despot
This is an issue I've reported to Gnome's Bugzilla, and to MediaTomb's
developers. Seems that MediaTomb's devs aren't actively maintaining the
project at the moment. See the following links for details.

http://sourceforge.net/projects/mediatomb/forums/forum/440751/topic/3801120
https://bugzilla.gnome.org/show_bug.cgi?id=540200

** Bug watch added: GNOME Bug Tracker #540200
   https://bugzilla.gnome.org/show_bug.cgi?id=540200

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

Title:
  Rhythmbox Displays Tracks Multiple Times from UPnP MediaTomb

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


[Bug 557551] Re: Rhythmbox "blocks" pendrives from mounting

2010-06-27 Thread Despot
Encountered what appears to be the same bug with a Phidget RFID tag
scanner. Disabling the Portable Players - MTP plugin seems to be the
work around.

-- 
Rhythmbox "blocks" pendrives from mounting
https://bugs.launchpad.net/bugs/557551
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 615209] [NEW] Wishlist: 'Enqueue' keyboard shortcut

2010-08-08 Thread Despot
Public bug reported:

Binary package hint: rhythmbox

Having a keyboard shortcut to added selected tracks directly to the Play
Queue would be very handy.

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


** Tags: playback wishlist

-- 
Wishlist: 'Enqueue' keyboard shortcut
https://bugs.launchpad.net/bugs/615209
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 1899510] [NEW] package nslcd 0.9.11-1 failed to install/upgrade: installed nslcd package post-installation script subprocess returned error exit status 1

2020-10-12 Thread Despot Maksimovic
Public bug reported:

i just started my pc and this came up, i'm not sure what it is

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: nslcd 0.9.11-1
ProcVersionSignature: Ubuntu 5.4.0-48.52-generic 5.4.60
Uname: Linux 5.4.0-48-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.9
Architecture: amd64
CasperMD5CheckResult: skip
Date: Mon Oct 12 14:02:00 2020
ErrorMessage: installed nslcd package post-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2020-10-11 (0 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: nss-pam-ldapd
Title: package nslcd 0.9.11-1 failed to install/upgrade: installed nslcd 
package post-installation script subprocess returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nss-pam-ldapd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package nslcd 0.9.11-1 failed to install/upgrade: installed nslcd
  package post-installation script subprocess returned error exit status
  1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nss-pam-ldapd/+bug/1899510/+subscriptions

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