** Changed in: cameramonitor (Debian)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/599185
Title:
Another instance of Camera Monitor is already running
To manage
hopefully this could be resolved once systemd user sessions are in place
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/599185
Title:
Another instance of Camera Monitor is already running
To manage
** Changed in: cameramonitor (Debian)
Status: Unknown => New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/599185
Title:
Another instance of Camera Monitor is already running
To manage notif
** Bug watch added: Debian Bug tracker #584092
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584092
** Also affects: cameramonitor (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584092
Importance: Unknown
Status: Unknown
--
You received this bug notification bec
Well this issue will be irrelevant in the new version of cameramonitor - 0.3.1
that i am proposing... Because it uses dbus for detection of other running
instances... (see my PPA -
https://edge.launchpad.net/~phobosk/+archive/phobosk-ppa )
The problem is that I cannot contact the original author
I agree. That does seem to be a better solution. It is a bit
disconcerting that the /proc/#/comm file isn't documented in the manfile
for proc, at least with 10.10, but it does work.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
http
Well, that was silly of me... forgot to fix my fix for the fix :S .
Here's what I meant to post:
# Check if the process with pid is running
def pid_running(pid):
if os.path.isdir('/proc/' + str(pid)):
with open('/proc/' + str(pid) + '/comm') as fd:
cmd = fd.read
Thank you for your insight and your suggested fix, edemeulle. I have run
into this bug myself and it can be rather annoying.
I have some experience with python, although I know little about /proc
and what kinds of things the "cmdline" entry for a process might
possibly contain in general. I was ju
Thanks :)
Will give it a try and report back.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/599185
Title:
Another instance of Camera Monitor is already running
--
ubuntu-bugs mailing list
ubuntu-b
The problem is the camermonitor doesn't always delete the
~/.cameramonitor.pid file and *sometimes* that PID is in use by another
program.
Replacing the following function in
/usr/shared/pyshared/cameramonitor/utils.py will fix the problem by
checking if the PID that ~/.cameramonitor.pid refers to
Initially deleting the pid file Cameramonitor actually worked when I
plugged in my USB webcam.
Sadly, this was short lived as on a subsequent startup I get same
message.
--
Another instance of Camera Monitor is already running
https://bugs.launchpad.net/bugs/599185
You received this bug notifica
Hi!
Deleting this pid file solved the problem. You dont have to delete it
every startup. One time and the problem is solved. Great!
Thanks!
Steffen
--
Another instance of Camera Monitor is already running
https://bugs.launchpad.net/bugs/599185
You received this bug notification because you are
Wow, #9 helps for me. I can delete the file and start Cameramonitor and it
works.
Thanks for That edemeulle!
--
Another instance of Camera Monitor is already running
https://bugs.launchpad.net/bugs/599185
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscr
I had this problem as well. The program uses a file ~/.cameramonitor.pid
to save the current PID. If it crashes and the PID isn't active all is
well. However, if for some reason the old PID matches something that is
already running it gives the error. The easy solution is to just delete
.cameramoni
Confirm with 10.10 x86_64 and external usb webcam (uvcvideo).
Check via "ps aux" reveals no running instances of camermonitor but I got this
error message nevertheless.
Could it be some sort of lock file left somewhere?
** Changed in: cameramonitor (Ubuntu)
Status: Incomplete => Confirmed
I can confirm my webcam is indeed an external USB device.
Find below both a dmesg & lsusb dump;
$ dmesg
[22396.296024] usb 5-2: new full speed USB device using uhci_hcd and address 3
[22396.460634] usb 5-2: configuration #1 chosen from 1 choice
[22396.505127] uvcvideo: Found UVC 1.00 device USB 2
Steffen,
Thanks for your quick answer.
Yes the webcam of your Acer 6530 is "built in" but it is actually connected to
the USB internaly.
Bus 001 Device 002: ID 064e:a103 Suyin Corp.
See there: http://www.suyin-europe.com/index.php?Itemid=151
There is a bunch of bug raised on 10.04 according to U
Hello!
My camera is not on an USB Port it is buildt in. My Notebook is an Acer
6530.
But here is the lsusb output:
Bus 006 Device 002: ID 147e:1000 Upek
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 0
Hello,
Can you please say if your webcam is on usb port ?
Can you release command: "sudo lsusb" and prompt the dump ?
** Changed in: cameramonitor (Ubuntu)
Status: Confirmed => Incomplete
--
Another instance of Camera Monitor is already running
https://bugs.launchpad.net/bugs/599185
You
May be related with Bug #575000
May be related with Bug #224821
--
Another instance of Camera Monitor is already running
https://bugs.launchpad.net/bugs/599185
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
May be related with BUG ##224821
** Changed in: cameramonitor (Ubuntu)
Status: New => Confirmed
--
Another instance of Camera Monitor is already running
https://bugs.launchpad.net/bugs/599185
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed t
May be related with BUG ##575000
--
Another instance of Camera Monitor is already running
https://bugs.launchpad.net/bugs/599185
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
ht
22 matches
Mail list logo