search for: pocoo

Displaying 20 results from an estimated 34 matches for "pocoo".

Did you mean: poco
2012 Dec 25
2
[LLVMdev] [cfe-dev] Do you use UML utility programs?
...ally like to have something which > produces sequence diagrams (such as > <http://journeyer.github.com/klang/sequence_diagram_llvm.html>). What > tools did you use to generate the diagrams for the klang > documentation? At the bottom Created using<a href="http://sphinx.pocoo.org/ <view-source:http://sphinx.pocoo.org/>">Sphinx</a> 1.1.3.
2011 Nov 26
1
[LLVMdev] link modules segfault
Hello everybody, I'm trying to write a basic block pass linking the module to another module during the pass initialization. Currently my pass initialization code looks like this: http://paste.pocoo.org/show/r3fo6FSbE7jR2H5wDId6/ But now I'm getting a strange segmentation fault: http://paste.pocoo.org/show/n3PImkRCyUWlsMPP9CGu/ Am I doing something wrong? Best Regards Andreas
2012 Dec 25
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
On Mon, Dec 24, 2012 at 9:19 PM, "C. Bergström" <cbergstrom at pathscale.com> wrote: > At the bottom > > Created using<a href="http://sphinx.pocoo.org/ > <view-source:http://sphinx.pocoo.org/>">Sphinx</a> 1.1.3. That is the documentation generator which creates generate the HTML page from the .rst files (similar to how LLVM and Clang's `docs/*.rst` files get turned into `{,clang.}llvm.org/docs/*.html`), and is not...
2010 May 10
4
Begining with puppet.
Hi, I am trying to do my first puppet configuration, already installed the puppetserver and client, in this link show my configuration and my puppet structure: http://paste.pocoo.org/show/212227/ But when i run the client side daemon i get this message: info: /Class[main]/Node[basenode]/Class[inittab]/File[inittab]/source: No specified sources exist err: /Class[main]/Node[basenode]/Class[securetty]/File[securetty]/source: Could not describe /securetty: Fileserver module &...
2010 Oct 30
2
Exchange 2010 on Xen 4.0.1
Hi All, I have 2 fresh installs of Server 2008 R2 on my box (One DC, One Exchange 2k10) with the following configs: DC: http://paste.pocoo.org/show/283558/ Exchange: http://paste.pocoo.org/show/283559/ I also installed the latest GPLPV drivers and everything appears to be functioning normally. However, i cannot get exchange to install. I get this error when it attempts to install the Hub Transport Role: Hub Transport Role Failed Er...
2012 Dec 25
1
[LLVMdev] [cfe-dev] Do you use UML utility programs?
...this SW. I am only a user. Sincerely Journeyer 2012/12/25 Sean Silva <silvas at purdue.edu>: > On Mon, Dec 24, 2012 at 9:19 PM, "C. Bergström" > <cbergstrom at pathscale.com> wrote: >> At the bottom >> >> Created using<a href="http://sphinx.pocoo.org/ >> <view-source:http://sphinx.pocoo.org/>">Sphinx</a> 1.1.3. > > That is the documentation generator which creates generate the HTML > page from the .rst files (similar to how LLVM and Clang's `docs/*.rst` > files get turned into `{,clang.}llvm.org/do...
2012 Dec 25
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
UML diagrams can be really helpful for explaining how a piece of code works (such as the diagrams in your klang project on github). The main reason I don't draw them is that I haven't found convenient tools to use which integrate well with my workflow. Doxygen produces class diagrams, but I would really like to have something which produces sequence diagrams (such as
2012 Jun 14
0
[LLVMdev] Develop on trunk.
All sounds good to me. I actually did try to follow the Python style when I used the ^^^ thingies for the questions (they're called subsubsections). 4. I'm not sure exactly how to markup the questions. The sphinx FAQ ( > http://sphinx.pocoo.org/faq.html) marks it up as a definition list > (ctrl-f "definition list" http://sphinx.pocoo.org/rest.html). On the > other hand, the Python FAQs (e.g. > http://docs.python.org/py3k/faq/general.html) do it differently, with > each question as a sub-section. I don't reall...
2012 Jun 14
4
[LLVMdev] Develop on trunk.
...of nestedness in the table of contents (it's just the title, which you "already know" when reading). 3. the convention in reStructuredText is 3-space indent. don't ask me why, I have no clue. 4. I'm not sure exactly how to markup the questions. The sphinx FAQ ( http://sphinx.pocoo.org/faq.html) marks it up as a definition list (ctrl-f "definition list" http://sphinx.pocoo.org/rest.html). On the other hand, the Python FAQs (e.g. http://docs.python.org/py3k/faq/general.html) do it differently, with each question as a sub-section. I don't really know the "rig...
2010 May 18
1
problem trying out dovecot hg
I get: May 18 14:56:16 exodia dovecot: master: Dovecot v2.0.beta5 (4ba05c3702be) starting up (core dumps disabled) May 18 14:56:16 exodia dovecot: master: Error: service(pop3-login): safe_mkstemp(/tmp/dovecot-master) failed: Permission denied May 18 14:56:16 exodia dovecot: master: Error: service(imap-login): safe_mkstemp(/tmp/dovecot-master) failed: Permission denied "nc localhost
2011 May 19
1
No newline in wine printf with multibyte string
Hello. This code: http://paste.pocoo.org/show/391911/ seems to work incorrectly with wine (at least with my 1.3.20-ubuntu6 version), while working well with native linux and native windows. When mingw32-compiled binary is executed under wine it just does not print newline character properly in the end of code, at printf on line #37; i...
2011 Oct 22
7
Kernel BUG unable to handle kernel NULL pointer dereference
...54.949292] RSP <ffff8800b341fb38> Oct 22 20:44:43 localhost kernel: [25554.949300] CR2: 0000000000000030 Oct 22 20:44:43 localhost kernel: [25554.957960] ---[ end trace e3b54094ec35959e ]--- Anyone stumble upon it? After this a couple of BUG dumps followed, check this pastebin http://paste.pocoo.org/show/496620/ I am a on a Arch system with BTRFS root filesystem $ pacman -Si linux Repository : core Name : linux Version : 3.0.7-1 URL : http://www.kernel.org/ Licenses : GPL2 Groups : base Provides : kernel26 Depends On : coreutils li...
2012 Dec 25
3
[LLVMdev] [cfe-dev] Do you use UML utility programs?
Hi Sean Silva, Maybe I am the only one who is trying to use UML. In my team, I am also the only one who draws UML diagrams. I expected there be someone who use UML like me. But it's maybe not as your opinion. Maybe doxygen is enough for majority of people. Thanks for your reply. Sincerely Journeyer J. Joh 2012/12/25 Sean Silva <silvas at purdue.edu>: > On Mon, Dec 24, 2012 at
2011 Feb 08
10
mkfs.btrfs - error checking /dev/sda5 mount status
Hi, I''m hitting this issue - sda5 is a normal device, nothing to do with loop, encryption etc. # mkfs.btrfs /dev/sda5 WARNING! - Btrfs v0.19-35-g1b444cd-dirty IS EXPERIMENTAL WARNING! - see http://btrfs.wiki.kernel.org before using error checking /dev/sda5 mount status Is there something I can do to resolve this? Thank you Lubos -- To unsubscribe from this list: send the line
2009 Oct 01
1
Looking for a better way to document my packages
...itate this? Or are there better ways you folks have figured out to do something similar? I don't need the function comment block to be exactly what I showed here, but it's just an example of how I'm currently writing my stuff. I'm thinking something like sphinx (http://sphinx.pocoo.org/) from the python world would be cool. Perhaps there's a way to make a plugin for that to parse R-code. That's more work than I want to bit off right now, but if there isn't something useful in R-land already, it might be a fun side project. Just curious, -steve -- Steve L...
2012 Dec 04
0
[LLVMdev] Minimum Python Version
...st is compelling. http://python3porting.com/preparing.html ("The first step in the porting process is to get your code running in Python 2.6 or 2.7.") https://wiki.ubuntu.com/Python/3 ("Target Python 3.2, 2.7, and optionally 2.6. Ignore anything older than that.") http://lucumr.pocoo.org/2011/1/22/forwards-compatible-python/ ("2.6 is your Baseline") It would be nice if whoever maintains lit (ddunbar?) would sit down one day and try running it with python3 and just hammering out the problems. -- Sean Silva
2012 Jan 30
2
[LLVMdev] Debugging LLVM IR
...ls; I imagine it should technically not be too hard to print out a blow-by-blow of the evolution of my program's state... Anyway, if anyone has some hints to help me debug this stuff, that would be most welcome. Cheers, Dirkjan [1] http://llvm.org/bugs/show_bug.cgi?id=11880 [2] http://paste.pocoo.org/show/542941/
2012 Jun 14
0
[LLVMdev] Develop on trunk.
...tents (it's just the title, which you > "already know" when reading). > > 3. the convention in reStructuredText is 3-space indent. don't ask me why, > I have no clue. > > 4. I'm not sure exactly how to markup the questions. The sphinx FAQ ( > http://sphinx.pocoo.org/faq.html) marks it up as a definition list > (ctrl-f "definition list" http://sphinx.pocoo.org/rest.html). On the > other hand, the Python FAQs (e.g. > http://docs.python.org/py3k/faq/general.html) do it differently, with > each question as a sub-section. I don't reall...
2010 Nov 13
1
Reproducible kernel (2.6.36) oops with several simultaneus btrfs mounts
...d vm): Linux sacrilege 2.6.36-fg.roam #9 SMP PREEMPT Wed Oct 27 14:22:03 YEKST 2010 i686 GNU/Linux Keywords: btrfs, systemd, init, boot, fsck, mount, oops, hang, loop, 2.6.36 Oops message (both links lead to the same data): http://fraggod.net/share/systemd_btrfs_oops/oops.txt http://paste.pocoo.org/raw/290857/ There''s also a kernel/initrd/disk-image combo, which demonstrates the issue. It''s i686 (32-bit) exherbo linux setup with all fs''s on lvm volumes. Multiple btrfs mounts are a bit archaic and unnecessary here, and I''ll probably get rid of these...
2012 Dec 04
2
[LLVMdev] Minimum Python Version
On 12/04/2012 12:28 AM, Sean Silva wrote: > On Mon, Dec 3, 2012 at 6:56 AM, Tobias Grosser<tobias at grosser.es> wrote: >> The gcc compile farm currently only has python 2.4 and 2.5. I know Duncan is >> using it quiet extensively, especially all dragonegg buildbots run on it. >> >> I very much agree we should ensure our python scripts are valid python 2.7 >>