[Bug 1400960] Re: Problems with a snappy tour

2014-12-10 Thread Tv
Similar things here, after uninstalling docker and trying to reinstall it: ubuntu@localhost:~$ sudo snappy install docker Traceback (most recent call last): ] File "/usr/bin/click", line 86, in

[Bug 1056103] Re: no docs package / html docs

2012-10-03 Thread Tv
Comment #6 is incorrect, you don't need to install Sphinx in the virtualenv, you just need to have the virtualenv active (so the extensions can be found). Here's one way to achieve that: PYTHONPATH=`pwd`/../src/pybind ./virtualenv/bin/python /usr/bin/sphinx- build -a -b dirhtml -d doctrees ../doc

[Bug 1056103] Re: no docs package / html docs

2012-09-25 Thread Tv
We originally decided not to package the docs, as generating them ends up requiring some fairly obscure packages, and we didn't want to force everyone building ceph to install all of them. Some things like sphinx- ditaa and asphyxiate were created from scratch, so they're not even packaged currentl

[Bug 1056070] [NEW] segfault in samba with Active Directory users

2012-09-25 Thread TV
Public bug reported: I'm using Samba (3.6.3-2ubuntu2.3) in Ubuntu 12.04.1 LTS (fresh install). The server has joinded succesfully the Active Directory Domain. Samba.conf global, [global] workgroup = XXX server string = %h server dns proxy = no log level = 1 log file = /var/log/sam

[Bug 302791] Re: ssh not setting XAUTHORITY, XDG_SESSION_COOKIE

2009-11-07 Thread Tv
You can also do this, to grab stuff from gdm xauth and put it into the xauth file used by ssh. This way e.g. x2x can access both screens. cat /var/run/gdm/auth-for-"$USER"-*/database | xauth merge - -- ssh not setting XAUTHORITY, XDG_SESSION_COOKIE https://bugs.launchpad.net/bugs/302791 You rece