search for: machanism

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

Did you mean: 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 block...
1999 May 05
0
Printing from Linux -> NT with banners
...ing 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 smbprint machanism (which is only slightly modified from the stock Samba smbprint). So for your edification, here's the deal, as far as I can see. /etc/printcap states that the input filter is foo, and that the print device is /dev/null This is because lpr doesn't actually do any printing. smbprint is calle...
2004 Feb 02
1
Samba Password Aging
...indows 2000 and the other on Windows XP. The Windows passwords are not aging and neither are the Linux passwords on the Samba server itself, just the Samba password. Plus, with the new *.tdb format, how do you see what users are there? This seems to be a valid security hole if there is no Samba machanism to see into this mysterious database to find out what settings are there and to audit the users that might show up without authorization. ...Thanks, ...Ken
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
...n those i1's appropriately if it wants a trap-based > implementation. Better yet, the frontend could simply feed whatever > profiling it wants ("I saw the corner case X times and the main case Y > times") and LLVM can decide what to do on its own. The fact that the > machanism by which execution is diverted to the "trapping" basic block > is by way of a trap could even be contained entirely within LLVM's > innards. > I agree this sounds like a potentially workable design. OT: Do we want to be implementing the trapping logic inside LLVM? I woul...
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