search for: worthwile

Displaying 20 results from an estimated 52 matches for "worthwile".

Did you mean: worthwhile
2004 Dec 23
1
Worthwile to use quotas?
I'm aware that dovecot doesn't support Maildir++ quotas yet (pity). However, is it still worthwhile to set up something like Postfix + Maildrop to use quotas, or is dovecot's lack of support just going to throw a wrench in the works? Thanks, :Peter
2007 Jan 17
5
[ActsAsFerret] Globalize integration
...the index and switches between indexes when the active locale changes). Since this introduces an optional external dependency and as I''ve had to touch the code up in a few files, I''m still trying to think of the best way to make this available to others. If others think this is worthwile, I''d be interested in adding this as something optional to acts_as_ferret. P.S. Currently, I''ve added the option like so: class Foo acts_as_ferret :single_index => true, :store_class_name => true, :localized => true, #=> th...
2008 Apr 09
0
your blog comment
> A few of questions: > - Is there a document somewhere that explains how I can create tests that are well integrated in your testsuite? > - Is it worthwile to already start making AS3-based tests? > - Sometimes I need to use Flash CS3 - is it worthwile to contribute .swf files, or even .fla files even though there are no open source tools to compile these? > It's actually very easy to add tests to the Swfdec testsuite. Depending on the type...
2003 Sep 26
0
(no subject)
Hi, I'm not on the openss-unix-dev mailing list, but I want to ask about a feature that I've put into my local implementation of OpenSSH the past year or so, and I wanted to know if it was worthwile to add it to the sources so that I don't have to add it myself each time I upgrade... About a year ago I was working for a company that wanted to use OpenSSH as a server (on a Linux platform) for port forwarding. We didn't want the users connecting to the ssh server to be able to run a sh...
2016 Jul 13
1
[PATCH] virtio: Return correct errno for function init_vq's failure
...however. > - The ->find_vqs callback failed. Yep. And without this patch, it is silent for boot failure. I think it makes sense to let user notify about this failure. > > Your patch fixes the code, but it is still very convoluted due to the > temporary arrays. > > May it be worthwile to introduce a helper for setting up the virtqueues > where all virtqueues are essentially the same and just get a > consecutive number? Michael? > Hmm, How about refactor this function to make it more readable, since we do a lot of work in it. I will post an update to refactor this fun...
2016 Jul 13
1
[PATCH] virtio: Return correct errno for function init_vq's failure
...however. > - The ->find_vqs callback failed. Yep. And without this patch, it is silent for boot failure. I think it makes sense to let user notify about this failure. > > Your patch fixes the code, but it is still very convoluted due to the > temporary arrays. > > May it be worthwile to introduce a helper for setting up the virtqueues > where all virtqueues are essentially the same and just get a > consecutive number? Michael? > Hmm, How about refactor this function to make it more readable, since we do a lot of work in it. I will post an update to refactor this fun...
2008 Jan 09
1
[LLVMdev] Seperating LLVM representation for processing with different backends
...s part | filter / \ ppc custom backend Switching between the ppc and custom backend would be by using different filter passes in two compiler runs. I have a couple of questions regarding the problem outlined above: Is the approach using intrinsic instructions worthwile? What has to be done to the existing backends to make these new instrinsic instructions known? Is there an way to eliminate two compiler runs, one for each backend? Best regards Aditya ____________________________________________________________________________________ Looking for last min...
2007 Aug 27
1
Changes to usbhid-ups driver
...driver supports this) if they are not a UPS. We could easily check for this in the HID tree. This in turn could mean that we can be far less strict on matching the ProductID, since we could reject devices that don't report themselves as a UPS or Powerdevice. Any thoughts on this? Could this be worthwile to investigate further, or am I missing something vital here? Best regards, Arjen
2006 Oct 04
3
Boot image from hard drive from syslinux initiated by a floppy disk boot
I have been trying to find the information by searching through the archives and google, so I am sorry if this question has been asked before I just have not been able to find an answer. I have a syslinux boot floppy which loads to the boot prompt, I wish to load a .gz image which is on my hd0 0 by using memdisk as the kernel. I have tried to kernel memdisk append root=/dev/hd0 0 (also just
2016 Jun 27
2
[PATCH] virtio: Return correct errno for function init_vq's failure
The error number -ENOENT or 0 will be returned, if we can not allocate more memory in function init_vq. If host can support multiple virtual queues, and we fails to allocate necessary memory structures for vq, kernel may crash due to incorrect returning. To fix it, kernel will return correct value in init_vq. Signed-off-by: Minfei Huang <mnghuan at gmail.com> Signed-off-by: Minfei Huang
2016 Jun 27
2
[PATCH] virtio: Return correct errno for function init_vq's failure
The error number -ENOENT or 0 will be returned, if we can not allocate more memory in function init_vq. If host can support multiple virtual queues, and we fails to allocate necessary memory structures for vq, kernel may crash due to incorrect returning. To fix it, kernel will return correct value in init_vq. Signed-off-by: Minfei Huang <mnghuan at gmail.com> Signed-off-by: Minfei Huang
2008 Apr 02
0
[LLVMdev] Newbie
...e a new Function object (i.e. Function * f = new Function (...)). > > 3 We want to generate directly the in-memory IR and dynamicall call > the LLVM code > generator on a chunk of code that has been decompiled, not a > complete program. > / /Is this possible ? Is it worthwile in terms of performance ? This should be possible using the JIT libraries included with LLVM. I have not used these extensively, but I'm sure someone else on the list has and would be happy to answer any specific questions you may have. Whether it will be worthwhile in performance, I am not...
2008 Apr 01
5
[LLVMdev] Newbie
...understand how to generate it properly ?<br> <br> 3 We want to generate directly the in-memory IR and dynamicall call the LLVM code<br> generator on a chunk of code that has been decompiled, not a complete program.<br> <i> </i>Is this possible ? Is it worthwile in terms of performance ?<br> <br> <br> Sincerely,<br> -- Vania<br> <div class="moz-signature"><br> <meta content="text/html;" http-equiv="Content-Type"> <title></title> <font face="Helvetica, Arial, s...
2008 Jul 09
2
Multicast and receive filtering in TUN/TAP
Yesterday while fixing xoff stuckiness issue in the TUN/TAP driver I got a chance to look into the multicast filtering code in there. And immediately realized how terribly broken & confusing it is. The patch was originally done by Shaun (CC'ed) and went in without any proper ACK from me, Dave or Jeff. Here is the original ref
2008 Jul 09
2
Multicast and receive filtering in TUN/TAP
Yesterday while fixing xoff stuckiness issue in the TUN/TAP driver I got a chance to look into the multicast filtering code in there. And immediately realized how terribly broken & confusing it is. The patch was originally done by Shaun (CC'ed) and went in without any proper ACK from me, Dave or Jeff. Here is the original ref
2019 Apr 23
4
Sis to deduplicate attachments does not work?
Hi, I use sis to deduplicate attachments, here is my `doveconf -n` ------------ auth_cache_size = 10 M auth_failure_delay = 5 secs auth_mechanisms = plain login auth_socket_path = /var/run/dovecot/auth-userdb auth_ssl_username_from_cert = yes auth_username_format = %Ln default_vsz_limit = 512 M lmtp_rcpt_check_quota = yes mail_attachment_detection_options = add-flags-on-save mail_attachment_dir =
2009 Dec 28
2
DeviceKit-power
My UPS Powercom WOW-1000U does greatly work with NUT, but not auto-cofigurable... This UPS is not usb-hid ups, and works well with this settings in NUT: [powercom] desc = "powercom" driver = powercom port = "/dev/serial/by-id/usb-POWERCOM_CO.__LTD._USB_to_Serial-if00-port0" type = IMP lsusb -v fragment attached. Unlike other UPSes, gnome-power-manager does
2016 Jul 06
0
[PATCH] virtio: Return correct errno for function init_vq's failure
...r, and therefore should not have any influence on the return code. - One of the several memory allocations failed - only ->vqs gets special treatment, however. - The ->find_vqs callback failed. Your patch fixes the code, but it is still very convoluted due to the temporary arrays. May it be worthwile to introduce a helper for setting up the virtqueues where all virtqueues are essentially the same and just get a consecutive number? Michael?
2019 Apr 24
0
Sis to deduplicate attachments does not work?
On April 23, 2019 10:54:38 PM luckydog xf <luckydogxf at gmail.com> wrote: > Is it worthwile to use dbox? seeing from > http://www.linuxmail.info/mbox-maildir-mail-storage-formats/ it may cause > file lock and easy to corrupt. As with everything - it depends. You're asking me so these are *my* opinions - and I do not claim to be anything more than a hobbyist/tinkerer when the...
2008 Mar 07
1
Bug#469013: bug lies in (presently) unused code path
...ode path found 469013 3.0-unstable+hg11561-1 thanks Hi, the code that exhibits the buggy PyObject_NEW/PyMem_DEL behaviour (in xen-unstable-3.0-unstable+hg11561/tools/pygrub/src/fsys/ext2/ext2module.c) is not actually compiled and the results shipped[1]. As such, while a fix still seems to be worthwile it does not affect the python2.5 release goal. I am thus removing the usertag. Just be that it does not get activated its present buggy form. (CCing debian-python because the bugs will disappear from the release-goal list.) Kind regards T. 1. It should compile a module _ext2, I did not fi...