Displaying 20 results from an estimated 85 matches for "dragonfly".
2011 Sep 15
2
Dragonfly and Zip uploads
I''m poring through the Dragonfly source code right now, trying to get a handle on how to apply the following technique there:
Client uploads a Zip archive containing N images, PDF files, text files, etc. When that file arrives at the server, but before it is stored as an attachment to the current object, the Zip is burst open, co...
2011 Feb 02
0
webrick, thin and shotgun bug? with dragonfly and wicked_pdf/PDFKit
Hi,
i''have started a discussion in dragonfly google group because of
problems using dragonfly image processing gem with wicked_pdf.
http://groups.google.com/group/dragonfly-users/browse_thread/thread/c8602007c3e43753
In these post I have linked to a public github project for testing
this issue.
There''s also a heroku app:
http://wic...
2003 Sep 12
2
Prebinding for DragonFly/FreeBSD-4
I created patch for DragonFly/FreeBSD-4 for prebinding, based on
mdodd@'s patch for FreeBSD-5.
The main difference (apart from the target platform) is that the linker
needn't be patched. Rtld now uses a hash function to get an unique ID
for every ELF object.
This has been tested under DragonFly, but should run on Free...
2015 Nov 04
3
Nouveau for FreeBSD
On 04/11/15 11:58, Pierre Moreau wrote:
> Wasn't there some work being done by François Tigeot or Jean-Sébastien Pédron
> to port Nouveau to DragonFlyBSD/FreeBSD? Or at least they were talking about porting it
> at XDC 2014, no idea what the current status is.
From what they said, they never really cared about nvidia because
nvidia provides a binary driver that works, unlike intel and amd.
I guess it will come some day!
2003 Jul 16
3
Announcing DragonFly BSD!
Announcing DragonFly BSD!
http://www.dragonflybsd.org/
Hello everyone! For the last few months I have been investigating
and then working on a new approach to the BSD kernel. This has snowballed
into a far more ambitious project which is now ready for wider
participation.
It is the intent...
2005 Jun 22
0
DragonFly BSD icecast HOWTO
Dear icecast users and developers,
Please note, I have created a HOWTO that discusses how to install and configure
icecast and ices2 to play a playlist of oggs on a DragonFly BSD machine. You
can review it by following the link below. Feel free to give me any feedback
you feel is necessary.
Also, please CC me on replies because I am not on the list.
Keep up the good work!
Thanks,
Adrian
----- Forwarded message from Me -----
Date: Thu, 16 Jun 2005 12:05:14...
2012 Oct 12
0
new DragonFly-3.2 scheduler and PostgreSQL comparision with FreeBSD 9.1-RC1
...e:
> I don't like comparing Release Candidates without any details about config,
> but the fact that DF 3.2 is much better than DF 3.0 is interesting. And they
> are very close to performance of Scientific Linux 6.2.
Hey cool! And FreeBSD-9.1 is on there and doing worse than Linux and
Dragonfly BSD. I wonder why that is.
Lemme cross post this a little to see what people think.
> http://lists.dragonflybsd.org/pipermail/users/2012-October/017536.html
>
> Graphs are available as PDF attachments
>
> http://lists.dragonflybsd.org/pipermail/users/attachments/20121010/7996ff88/a...
2004 Jul 16
1
/proc/xen/memory_target patch
...ger than it was when created.
Must be done by root.
Target requests are made in bytes, or with a k m or g suffix. The
request is parsed with the same function that parses the mem= boottime
kernel param.
Memory sizes in bytes are internally truncated to pages. Minimum change
is PAGE_SIZE (4k).
dragonfly:~# cat /proc/xen/memory_target
134217728l
dragonfly:~# echo 50m > /proc/xen/memory_target
Relinquish 78MB to xen. Domain now has 50MB
dragonfly:~# echo 100m > /proc/xen/memory_target
Reclaim 50MB from xen. Domain now has 100MB
dragonfly:~# cat /proc/xen/memory_target
104857600l
Da...
2012 Nov 05
3
DragonFly Object not found in Production
could please anyone help me with this issue?
http://stackoverflow.com/questions/13237954/object-not-found-in-production
thanks,
enrico
--
· Enrico Stano
·
· twitter @enricostano
· skype ocirneonats
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2011 Oct 10
0
Announce: Facter 1.6.2. available
Facter 1.6.2 is a maintenance release containing fixes, updates and
refactoring. Primary new features include updated facts for DragonFly
BSD, Amazon Linux and Windows.
A few other facts have been added and updated. Full release notes below.
This release is available for download at:
http://puppetlabs.com/downloads/facter/facter-1.6.2.tar.gz
See the Verifying Puppet Download section at:
http://projects.puppetlabs.com/projects/p...
2012 Jun 08
0
Wine release 1.5.6
...below for details):
- Automatic installation of the Mono add-on package.
- Control panel applet for joysticks.
- Device bitmap rendering now done through the DIB engine.
- Support for video rendering through DirectX (VMR-9).
- First steps towards a D3D shader compiler.
- Build fixes for DragonFly BSD.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.5.6.tar.bz2
http://mirrors.ibiblio.org/wine/source/1.5/wine-1.5.6.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.or...
2006 Jun 12
3
wine-0.9.15 & winetools problems.
.... It installs and works to a small extent
that I tested it. I then attempted to install and run winetools and
had some problems. If anyone sees what I'm doing wrong please let me
know. Thanks.
1) Install wine
2) Run 'wine notepad' to create initial .wine directory. Notepad opens.
mark@dragonfly ~ $ wine notepad
wine: creating configuration directory '/home/mark/.wine'...
wine: '/home/mark/.wine' created successfully.
mark@dragonfly ~ $
3) Check wine --version:
mark@dragonfly ~ $ wine --version
Wine 0.9.15
mark@dragonfly ~ $
4) Start wt
a) winetools complains that I'...
2015 Nov 05
0
Nouveau for FreeBSD
On 05/11/15 11:42, Francois Tigeot wrote:
> Martin Peres wrote:
>> On 04/11/15 11:58, Pierre Moreau wrote:
>>> Wasn't there some work being done by François Tigeot or Jean-Sébastien
>>> Pédron
>>> to port Nouveau to DragonFlyBSD/FreeBSD? Or at least they were talking
>>> about porting it
>>> at XDC 2014, no idea what the current status is.
>>
>> From what they said, they never really cared about nvidia because
>> nvidia provides a binary driver that works, unlike intel and amd.
>...
2015 Nov 05
0
Nouveau for FreeBSD
Martin Peres wrote:
> On 04/11/15 11:58, Pierre Moreau wrote:
>> Wasn't there some work being done by François Tigeot or Jean-Sébastien
>> Pédron
>> to port Nouveau to DragonFlyBSD/FreeBSD? Or at least they were talking
>> about porting it
>> at XDC 2014, no idea what the current status is.
>
> From what they said, they never really cared about nvidia because
> nvidia provides a binary driver that works, unlike intel and amd.
Hey, I never said that !...
2012 Jun 15
4
[PATCH] Fix sizeof in jpake_free()
Hello,
running Coccinelle (http://coccinelle.lip6.fr/) on the DragonFly source
tree with a patch to find issues of this kind turned up this one. Please
see the attached diff (against OpenBSD).
Regards,
Sascha
2011 Nov 05
3
How to get Rails 3.1's Cache store (FileStore) to work with Rack::Sendfile
Hey - I need your input regarding a problem I''ve come across. I''ll first
explain what the problem is, and what I think the solution is. If I
misunderstood how things work, please let me know.
# The problem
I''m using Dragonfly (on-the-fly file processing) to serve images. Dragonfly
uses Rack::Cache to cache the processed images so subsequent requests are
served by Rack::Cache. The problem lies in Rack::Cache getting too busy
serving images. I thought the fix would be to let Rack::Cache use Apache''s
X-Sendfile to...
2005 Mar 04
4
Fwd: FreeBSD hiding security stuff
FYI
>To: misc@openbsd.org
>Subject: FreeBSD hiding security stuff
>Date: Fri, 04 Mar 2005 03:51:42 -0700
>From: Theo de Raadt <deraadt@cvs.openbsd.org>
>
>A few FreeBSD developers apparently have found some security issue
>of some sort affecting i386 operating systems in some cases.
>
>They have refused to give us real details.
>
>A promise is now being
2011 Apr 05
2
"Lazy" image resizing?
I''m looking at Dragonfly, which seems to offer what I''m looking for in
this area: the ability to upload an image, then later request that
image at a different geometry, and either get a cached copy of that
resized image, or create and cache that image.
Can anyone point me to alternatives? Is this something...
2012 Aug 29
2
Carrierwave Direct and additional form elements
I just switched a project from Dragonfly to Carrierwave, specifically to see if I could take advantage of Carrierwave Direct, which uploads large files directly to S3 or another cloud storage.
I was able to make a form containing a single file field that would upload to S3. What I could not work out was how to upload the file to S3 AND...
2008 Oct 16
5
virutal resources and ssh_authorized_key
Hello!
I''ve got question - how to use ssh_autorized_key as a virtual resource?
I''ve got bunch of users and ssh_authorized_key virtual resources, but
only users gets to the target system - ssh keys not...
I write something like:
class admins {
@user { "username":
...
}
@ssh_authorized_key { "username":
ensure => present,
key => "...",