search for: ronn

Displaying 9 results from an estimated 9 matches for "ronn".

Did you mean: conn
2009 Apr 18
111
[Bug 21273] New: Driver can't detect video output and xserver doesn't start
...tart Product: xorg Version: git Platform: PowerPC OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: ronne at list.ru QAContact: xorg-team at lists.x.org Created an attachment (id=24925) --> (http://bugs.freedesktop.org/attachment.cgi?id=24925) xord.conf I try current git nouveau driver. It doesn't work on my machine. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cg...
2011 Jun 06
2
[PATCH] Document the method for building the Unicorn gem
>From dcd47a609f4489bb37ce33ea1ce975bb2b3ab160 Mon Sep 17 00:00:00 2001 From: Hongli Lai (Phusion) <hongli at phusion.nl> Date: Mon, 6 Jun 2011 13:36:57 +0200 Subject: [PATCH] Document the method for building the Unicorn gem. Signed-off-by: Hongli Lai (Phusion) <hongli at phusion.nl> --- HACKING | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git
2008 Jan 13
1
Starting Udev
...ted my centos server with a zaptel TDM400 card in one of the PCI slots when the card is in the machine hangs at "Starting udev" using either 2.6.18-53.1.4.e15 or 2.6.18-53.e15 kernels, has anyone come acroos this problem before if so how did you fix it Thanks in advance for any help Ronn
2012 Oct 12
3
[PATCH] explicitly use escaped minus in man pages
--- man/man1/unicorn.1 | 32 ++++++++++++++++---------------- man/man1/unicorn_rails.1 | 34 +++++++++++++++++----------------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/man/man1/unicorn.1 b/man/man1/unicorn.1 index 0b496af..749272a 100644 --- a/man/man1/unicorn.1 +++ b/man/man1/unicorn.1 @@ -4,7 +4,7 @@ unicorn - a rackup-like command to launch the Unicorn HTTP
2009 Mar 09
3
[Bug 20547] New: nouveau drm doesn't build
http://bugs.freedesktop.org/show_bug.cgi?id=20547 Summary: nouveau drm doesn't build Product: xorg Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: dliana at
2007 Oct 15
4
[Bug 12805] New: error dma
http://bugs.freedesktop.org/show_bug.cgi?id=12805 Summary: error dma Product: xorg Version: unspecified Platform: PowerPC OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: kpietro at
2011 Jun 09
0
ANNOUNCE: Puppet 2.7.0rc4 Available
...3) Fix path issues with acceptance tests that call old shell tests 31bf55c (#7632) Make secret_agent application compatible with secret_agent face c5448b7 (#7624) Auditing should not be enabled by default for purged resources. b70f32a (#7746) Fix bootstrap issues from #7717 fix. be233c3 (#7683) Use ronn, when available, to render the output. 2389bdf (#7683) Add a ''man'' face and subcommand to Puppet. e647f70 maint: remove obsolete work-around code from help face. 796900b (#7699) Don''t duplicate inherited action names on faces. a23cfd8 (#7177) Deprecate implicit ''...
2016 Jun 03
1
Stagefright mediaplayer in Android
...) happy with the first response I'm giving it so it doesn't have to fetch the same audio file 2 or more times in a row. Many thanks! Best regards, -- David Rönn Jansson System Developer [image: ReadSpeaker - The Voice of the Web!] <http://www.readspeaker.com/> [image: E:] E: david.ronn-jansson at readspeaker.com [image: W:] W: www.readspeaker.com [image: T:] T: +46 (0)18 60 44 41 [image: A:] A: Västa Ågatan 16, 9tr 753 09 Uppsala, Sweden twitter.com/ReadSpeaker Chamber of Commerce nr: 556747-2047 -------------- next part -------------- An HTML attachment was scrubbed... URL: <...
2006 Jul 24
3
Creating performance test fixtures from development db? How?
Hi all! I''m looking into the testing chapter of Agile Web Development With Rails (2nd ed.). I want to performance test my app, but I''m too lazy to write fixtures for performance test. I''d rather use the data from my development db (because the data is so close to the production data). How do I get the data into the test db without writing fixtures? Could you please