search for: machanisms

Displaying 15 results from an estimated 15 matches for "machanisms".

2005 May 06
17
FYI: watch out for google's web accelerator - can empty your app of data
Hi All, A co-worker passed this info on to me: http://37signals.com/svn/archives2/google_web_accelerator_hey_not_so_fast_an_alert_for_web_app_designers.php The Skinny: Google has a "Web Accelerator" that pre-caches pages by following url''s. If you have any plain/simple URL''s that don''t take paramaters (like what often happens in rails apps), it will try to
2005 Nov 07
1
Some problems with mdf.c
Hello... I want to ask you something about your software implementation of MDF filter with DTD machanism. (mdf.c speex_echo.h files) My questions are: 1. What are theoretical (using in your articles) equivalents of index symbols from your program? 2. Could you describe or give me an algorith which was using during software implementation of the MDF+DTD 3. How I could freeze MDF by means of DTD
1999 May 05
0
Printing from Linux -> NT with banners
Last week I sent a question here about suppressing NT's banners, so that a LPR->SMB gateway running on Linux could provide its own banner pages. I got around that problem by having the NT guys create me a new queue, with headers suppressed, but found to my surprise that merely omitting "sh" in /etc/printcap did not cause Linux to print header sheets, when using RedHat's
2004 Feb 02
1
Samba Password Aging
Samba version 2.999+3.0cvs20020906-1 for Debian Somehow the Samba password is aging and is requiring a reset once a month for a couple of users. I can't see anything in the man pages to indicate that the passwords age, so how is Samba doing it, and how do I stop this behavior? One user is on Windows 2000 and the other on Windows XP. The Windows passwords are not aging and neither are
2023 Sep 20
1
virtio-mem with virt-install to share memory between guest and host on-demand
On Fri, Sep 15, 2023 at 02:41:50AM +0100, Daniel Krajnik wrote: > Hi > > I'm trying to Passthrough a GPU to a VM and have it still share its free > memory with the host (just like it would with virtio-balloon). Is this > something virtio-mem is capable of? I've tried to run it, but it immediately > took over 9GB of memory: > > virt-install --name test --cpu >
2005 Nov 09
2
samba domain vs linux network security
Dear list, I don't know if it is appropriate to ask here, if it is not, please point me to the right lists (suse-linux-e..?) I am using a samba pdc right now, and we want to start using linux for (some) workstations as well. I have exported /home to my subnet, to allow access via nfs. (so you will have your home directory available both under windows and linux) Under windows, you have
1996 Dec 19
1
Calls which cross trust boundaries
Many of the security problems we''ve had to deal with recently have been where one program invokes another when no good level of trust exists between them. Currently solutions to this requirement are produced on an ad-hoc basis, usually involving set-id programs (often setuid root), superuser daemons calling user programs for `upcalls'', or both. There are problems with this
2007 Jan 20
4
Looking for player recommendations...
I'm looking for personal recommendations for low cost flash based players which support Vorbis (speex and flac support would be nice, but aren't mandatory). Solid support (no weird limits for low and high bitrates) is required. I'd be buying a fair quantity of them to give away as prizes and gifts. I'd rather purchase players which have native Vorbis support rather than buying
2007 Mar 26
2
Custom Mail Directory for some users
...with the username foo to get access to the mailbox bar at example.com. So I tried to override the mail_location property for this user with a separate mailDirectory attribute in my LDAP tree. Speaking in dovecot.conf words: mail_location = maildir:/var/spool/dovecot/mail/%d/%n auth default { machanisms = plain passdb ldap { args = /etc/dovecot/dovecot-ldap.com } userdb ldap { args = /etc/dovecot/dovecot-ldap.com } userdb static { args = uid=vmail gid=vmail user = dovecot } and dovecot-ldap.conf: hosts = localhost dn = cn=admin,dc=ekits,dc=de dnpass = secret auth_bind...
2005 Nov 21
4
patch request - inherit owner
Hello I've a Samba server up and running (version 3.0.20b .deb found on samba.org on a Debian Sarge), but it's not yet in production cause I'm not satisfied with some file permissions. The file permission I'd like to have would require to have files and directories to inherit owner user and and owner group, with rights 770 and root.root as the owner. And the users rights being
2016 Jun 28
7
.NET on Centos.
Hi there, I was reading about it. https://www.redhat.com/en/about/blog/net-core-now-available-and-supported-red-hat-enterprise-linux-and-red-hat-openshift What will happen with Centos and .NET? In the side of security and stability.
2014 Apr 29
2
[LLVMdev] Proposal: add intrinsics for safe division
As the discussion has progressed and I've spent more time thinking about the topic, I find myself less and less enthused about the current proposal. I'm in full support of having idiomatic ways to express safe division, but I'm starting to doubt that using an intrinsic is the right way at the moment. One case I find myself thinking about is how one would combine profiling
2006 Jun 21
15
[PATCH] patch to buffer write ioreq
This patch implements a new mechanism to buffer the MMIO_WRITE and PIO_WRITE packet in a queue, and then submit them to qemu-dm in batch. This could save a lot of domain switch time. We implement this as a generic one to do ioreq in batch. However, we only use it to batch the MMIO_WIRTE request for stdvga(0xA0000-0xC0000) in order to solve the win2k boot issue for hvm domain. Without this patch,
2014 Apr 29
4
[LLVMdev] Proposal: add intrinsics for safe division
On 04/29/2014 10:44 AM, Filip Pizlo wrote: > LD;DR: Your desire to use trapping on x86 only further convinces me > that Michael's proposed intrinsics are the best way to go. I'm still not convinced, but am not going to actively oppose it either. I'm leery of designing a solution with major assumptions we don't have data to backup. I worry your assumptions about
2023 Sep 04
15
[RFC, drm-misc-next v4 0/9] PCI/VGA: Allowing the user to select the primary video adapter at boot time
From: Sui Jingfeng <suijingfeng at loongson.cn> On a machine with multiple GPUs, a Linux user has no control over which one is primary at boot time. This series tries to solve above mentioned problem by introduced the ->be_primary() function stub. The specific device drivers can provide an implementation to hook up with this stub by calling the vga_client_register() function. Once the