search for: experiemental

Displaying 19 results from an estimated 19 matches for "experiemental".

Did you mean: experemental
2008 Sep 05
1
CD-ROM hybrid mode
I should probably have pointed out in the previous note that CD-ROM/HDD hybrid mode is obviously rather experiemental at this point. I would love to get some feedback on it, though. -hpa
1998 Aug 31
2
run prog to create policy? + our setup
Hi Is it possible to give users a different policy? If it's not possible by default, can I do it with preexec? Wasn't there an option to let a file contain the output of a program, and each time it is read, the output is piped instead of contents of a file? Because I think that would be safer, than a preexec that replaces my policy file, because when other users log in at exactly the same
2019 Aug 01
2
[RFC] A new multidimensional array indexing intrinsic
...ons, I don’t think that LLVM IR itself will ever be great, even with this. This might make some narrow set of cases slightly better, but this is far from a solution, and isn’t contiguous with getting to a real solution. That said, this is just my opinion - I have no data to back this up. Adding ‘experiemental’ intrinsics is cheap and easy, so if you think this direction has promise, I’d recommend starting with that, building out the optimizers that you expect to work and measure them in practice. -Chris
2006 Jan 13
8
swf''s and rails
Hi I have started using rails eg: rform and typo, but mostly I do flash dev (I know you guys decided you did not want flash content and used the name for something else!). Anyway what experiments have people been doing, anyone been Ajaxing flash content within rails application or even just embedding in rails, I did not really find anything on using flash in Typo, not that you can''t
2019 Apr 05
1
all.equal failure and [.terms
The all.equal was a side issue for me; I don't have strong opinions one way or the other.? You are welcome to leave me out of the loop on that.? (Or leave me on the cc, whatever is easiest). ?I will update the survival package once the [.terms issues are addressed. ?One debatable issues is the choice of change vs document for the offset() issue.? With my proposed fix or without it,
2005 Feb 09
1
Stub received error bug-892
[VS] This bug is still buggy. https://bugzilla.samba.org/show_bug.cgi?id=892 i only tested it with the mysql passwdbackend and the tdbpasswd. tdb is ok, and does not have this error. Mysql does, but i can get the user list, so when i fire up NT4 usermanager i get all the users and groups.. the stub received bad data error, pop ups when you querty just 1 user, at the moment i'm busy makeing
2005 Mar 26
1
samba.schema
##attributetype ( 1.3.6.1.4.1.7165.2.1.50 NAME 'sambaPrivName' ## SUP name ) MAY ( sambaPrivilegeList ) ) ## retired during privilege rewrite ##objectclass ( 1.3.6.1.4.1.7165.2.2.13 NAME 'sambaPrivilege' SUP top AUXILIARY ## DESC 'Samba Privilege' ## MUST ( sambaSID ) ## MAY ( sambaPrivilegeList ) ) The acl on the The Linux Samba-OpenLDAP Howto
2012 Dec 14
0
opus-tools 0.1.6 release
...so these are a good way to pick up those changes. This release includes many build fixes, especially for Windows, as well as some minor correctness improvements. The opusenc --uncoupled switch is not longer advertised because this debugging option was being mistaken for a quality enhancement. An experiemental opusrtp tool is new in this release. I did not include it in the binaries because it's of limited usefulness, mostly for debugging other RTP implementations. It can send an Opus file over RTP or record a packet stream to an Opus file, on POSIX systems. It can easily be built from the source pac...
2010 Jan 30
1
TinyVid.tv is dead
TinyVid.tv wrote: > I started tinyvid.tv to experiment with the HTML 5 video element. Now that the major > video sites (Daily Motion, Vimeo and YouTube) support HTML 5 video I feel there is no > longer a need for an experiemental site like tinyvid. Unfortunately the costs of running > a video sharing are too high to keep operating it as an experiment. > Thanks for your usage of tinyvid and enjoy HTML 5 video at the major sites. > Keep lobbying your favourite sites and browser vendors to support the > codecs tha...
2013 Jun 10
1
Building Samba4 for Debian from Git
Hi, I am trying to build samba4 for an Ubuntu 12 server, as the provided package by Canonical is an alpha version. I got the latest? source from git:git clone git://git.samba.org/samba.git samba-master I then build it from this source (make/configure/maske install) and it worked. However, I realized that I neededto package it for Ubuntu to recognize the install and not offer to install it
2001 Oct 31
3
Alternative Auth Methods.
hi, Are there any alternative authentication methods for Samba? Other thank the smbpasswd file? I'd like to do PostgreSQL or mySQL. Why? Because I can do Exim/IMAP/POP3 Apache/Zope with SQL, if I could do Samba it would wrap it up into one nice DB for authentication. It does not have to be much, just the ability to get the data from a SQL query rather than a flat file query. Anyone
2016 Feb 10
3
[RFC] Lanai backend
...his is a reasonable point. The cheapest SystemZ system is > somewhere around $75K, so widespread availability isn’t really a relevant > criteria for accepting that. > > Given that, I personally have no objection to accepting the port as an > experimental backend. For it to be a non-experiemental backend, I think it > needs to have a buildbot running execution tests for the target. This can > either be a simulator or google could host a buildbot on the hardware they > presumably have and make the results public. > So, while I'm personally happy with this answer, I'm cu...
2019 Mar 26
0
[RFC PATCH] drm/nouveau/fb/ram/gk104: move assignment out of condition
...es before the if() statement. Simply move those lines out. Before sending out roughly 20 patches to fix the roughly 50 cases - all in the nouveau driver. I would like to know if this will be accepted at all. Signed-off-by: Nicholas Mc Guire <hofrat at osadl.org> --- Problem located by and experiemental coccinelle script. Note that the last hunk retained the if (i == 0) rather than switching to a more consistent if (!i) - but then again the code is not really consistent on that - so not sure if that should be done or not. Cocciscript to generate the appropriate patches - note though that it will...
2019 Jul 28
2
[RFC] A new multidimensional array indexing intrinsic
On Jul 25, 2019, at 7:20 AM, Michael Kruse via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Am Mi., 24. Juli 2019 um 16:13 Uhr schrieb Tim Northover > <t.p.northover at gmail.com>: … Siddharth’s original RFC <https://github.com/bollu/llvm-multidim-array-indexing-proposal/blob/master/RFC.md> ... >> Apart from all that, I'm pretty disappointed to see this as an
2019 Aug 02
2
[RFC] A new multidimensional array indexing intrinsic
...e.g. fortran) that has multidimensional arrays as a first class concept? I can see how this is useful for the later case, but in the former case you’d just be changing where you do the pattern matching, right? >> That said, this is just my opinion - I have no data to back this up. Adding ‘experiemental’ intrinsics is cheap and easy, so if you think this direction has promise, I’d recommend starting with that, building out the optimizers that you expect to work and measure them in practice. > > The other feedback in this thread was mostly against using an > intrinsic. Would you prefer st...
2013 Aug 27
4
Is: Xen 4.2 and using 'xl' to save/restore is buggy with PVHVM Linux guests (v3.10 and v3.11 and presumarily earlier as well). Works with Xen 4.3 and Xen 4.4. Was:Re: FAILURE 3.11.0-rc7upstream(x86_64) 3.11.0-rc7upstream(i386)\: 2013-08-26 (tst001)
...; 9e 4c 89 ff 57 9d 66 66 90 66 90 48 83 c4 18 5b 41 5c 41 5d Once more I need to stress that it works great when using ''xm'' in Xen 4.2 but fails over when using ''xl'' in Xen 4.2. I can''t recall whether ''xl'' in Xen 4.2 was considered experiemental or production ready at that point? Thoughts? Ideas? Saw this in the past and you know the answer? On Mon, Aug 26, 2013 at 06:34:10PM -0400, konrad.wilk@oracle.com wrote: > FAILED: TEST:tst001(XEN-x86_64): > ---------------------------------------------- > tst001 (XEN-x86_64): 3.11.0-rc...
2002 May 29
5
installing printer driver on Samba 2.2.4
My samba server works in a NT 4.0 domain. The users can print fine (mostly Win9x). Now i'm trying to use Win2K workstation to upload drivers. I can see the printers, the properties are available but we i try to add a driver it fails with the following error : "Can't install driver Intel Windows 2000. Can't compleet statement" (translated from dutch). I've include my
2016 Feb 10
9
[RFC] Lanai backend
You've raised an important point here Pete, and while I disagree pretty strongly with it (regardless of whether Lanai makes sense or not), I'm glad that you've surfaced it where we can clearly look at the issue. The idea of "it really should have users outside of just the people who have access to the HW" I think is deeply problematic for the project as a whole. Where does
2005 Aug 17
21
HOWTO unmaintained?
Hi, more than a month ago I proposed an addition to the HOWTO to address a certain packet classification problem/bug and how to fix it (see http://mailman.ds9a.nl/pipermail/lartc/2005q3/016728.html). I never received any reaction from the HOWTO maintainers, not even when addressing them directly (see mail below). Given that a month has gone by: Is the HOWTO currently unmaintained? Regards,