Behavior is still observed in Lucid.
--
willowng will not start
https://bugs.launchpad.net/bugs/313163
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/mai
Public bug reported:
Tried to install markdown. It reported a conflict.
ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: markdown (not installed)
ProcVersionSignature: Ubuntu 2.6.32-33.71-generic 2.6.32.41+drm33.18
Uname: Linux 2.6.32-33-generic x86_64
AptOrdering:
markdown: Install
ma
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/829377
Title:
package markdown (not installed) failed to install/upgrade: trying to
overwrite '/usr/bin/markdown', which is also in package python-
m
That works. Does that help you work towards a fix?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/313163
Title:
[SOLVED] willowng will not start
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu
Now instead of an endless loop, it crashes:
foo = MainWindow()
File "/usr/bin/willowng-config", line 66, in __init__
os.execvp('willowng-config', ())
File "/usr/lib/python2.6/os.py", line 344, in execvp
_execvpe(file, args)
File "/usr/lib/python2.6/os.py", line 380, in _execvpe
Oops. That was from 0.4. Here's the traceback from 0.6, released 36
minutes ago:
Traceback (most recent call last): File "/usr/bin/willowng-config", line 212,
in
foo = MainWindow()
File "/usr/bin/willowng-config", line 48, in __init__
self.tree.get_widget('bindip').insert_text(self.co
Nope.
mscahill@mscahill-vm:~$ telnet localhost 3128
Trying ::1...
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
mscahill@mscahill-vm:~$ sudo netstat -nap | grep 3128
mscahill@mscahill-vm:~$ nmap -A localhost | grep 3128
mscahill@mscahill-vm:~$
--
You received t
The interface is commented out in the configuration file. Uncommenting
and setting it to my own IP returns me to the same error as 0.4.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/313163
Title:
[S
The exact traceback is as follows:
Traceback (most recent call last):
File "/usr/bin/willowng-config", line 212, in
foo = MainWindow()
File "/usr/bin/willowng-config", line 71, in __init__
os.execvp('willowng-config', ())
File "/usr/lib/python2.6/os.py", line 344, in execvp
_exe