← Back to team overview

ubuntu-bugcontrol team mailing list archive

[Bug 530541] Re: desktopcouch-service crashed with RuntimeError in run_couchdb()

 

Re #79:

But if you want a work around, then:

1. Rename the large /etc/hosts file with all the adblock entries to something like /etc/hosts.normal
2. Make a small /etc/hosts file with only localhost and so on in it. I called mine /etc/hosts.minimal
3. Launch gwibber from a script that copies the minimal hosts file to /etc/hosts, runs gwibber in the background, then copies the normal hosts file back. 

#!/bin/bash
sudo cp /etc/hosts.minimal /etc/hosts
nohup gwibber 1>/dev/null 2>/dev/null &
sudo cp /etc/hosts.normal /etc/hosts

-- 
desktopcouch-service crashed with RuntimeError in run_couchdb()
https://bugs.launchpad.net/bugs/530541
You received this bug notification because you are a member of Ubuntu
Bug Control, which is a subscriber of a duplicate bug.



Follow ups