[Bug 313163] Re: willowng will not start

2010-05-23 Thread Mark Cahill
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

[Bug 829377] [NEW] package markdown (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/markdown', which is also in package python-markdown 0:2.0.3-1

2011-08-19 Thread Mark Cahill
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

[Bug 829377] Re: package markdown (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/markdown', which is also in package python-markdown 0:2.0.3-1

2011-08-19 Thread Mark Cahill
-- 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

[Bug 313163] Re: [SOLVED] willowng will not start

2011-03-09 Thread Mark Cahill
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

[Bug 313163] Re: [SOLVED] willowng will not start

2011-03-07 Thread Mark Cahill
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

[Bug 313163] Re: [SOLVED] willowng will not start

2011-03-07 Thread Mark Cahill
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

[Bug 313163] Re: [SOLVED] willowng will not start

2011-03-08 Thread Mark Cahill
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

[Bug 313163] Re: [SOLVED] willowng will not start

2011-03-08 Thread Mark Cahill
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

[Bug 313163] Re: [SOLVED] willowng will not start

2011-03-08 Thread Mark Cahill
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