search for: stian

Displaying 20 results from an estimated 51 matches for "stian".

Did you mean: stan
2007 Apr 28
6
Determine how many documents a term occurs in
Is there a fast way to determine how many documents a term occurs in, besides iterating through every document with TermDocEnum? -- Best regards, Stian Gryt?yr
2005 Mar 13
7
[Bug 998] --without-opensc is not respected
...respected Product: Portable OpenSSH Version: -current Platform: All OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy: stian at nixia.no See here for patch and further information http://bugs.gentoo.org/show_bug.cgi?id=78730 Please fix this upstream :-) ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2005 Mar 15
6
New Beta version of Rake for Rails Users ... Fix for Ruby 1.8.2 unit test bug
I have a new version of Rake that I''m (almost) ready to release. But before I make an official release, I would like some Rails folk to give it it try ... Why? Because it contains a workaround for the notorious Ruby 1.8.2 test/unit bug. Using this version of rails, it should be possible to unit test a rails app without patching the Ruby 1.8.2 test/unit library. Where to get it?
2005 Dec 31
1
Questions regarding quota
...g CVS from tonight (which fixed the missing symbol bug). But neither when I'm using static userdb nor LDAP as explained in the wiki I can't get it to work. I'm not really sure of the getquota syntax, but whatever I try, I get: a OK No quota. So please, enlighten me! :) Best regards, Stian
2008 Nov 24
3
multiple plots in R
Hi, I just try to draw multiple plots in one page using R, I used par command. For example I have 7 plots, but instead of arranging them in the default way plot1 plot2 plot3 plot4 plot5 plot6 plot7 I want them in this order plot1 plot2 plot3 plot4 plot5 plot6 plot7 Could somebody tell me how to do this, please? Thanks so many. Suyan
2004 Nov 18
5
Torrent support in IPP2P
...we could merge these two very similar projects together and get all the filters working on one distribution? iptables-p2p has not had any development for a little while aswell, so maybe a little look in they''re code to find the torrent block part and incorporate it in IPP2P? Best regards Stian B. Barmen
2007 Jan 17
1
Tokenizers?
...make my code very complex by using lower level functions, but is there a way I could easily configure the "tokenizing" behaviour (let me know if my terminology is wrong) to split for example "applications/entries" into two words, searchable by themselves? Thank you very much! Stian -- Stian Haklev - University of Toronto http://houshuang.org/blog - Random Stuff that Matters
2001 Nov 26
2
err:module:BUILTIN32_dlopen failed to load .so lib for builtin x11drv.dll
...x11drv.dll: undefined symbol: XF86VidModeSetGammaRamp Could not load graphics driver 'x11drv' err:win:GetDesktopWindow You need the -desktop option when running with native USER Older wine / winex releases work just fine, but not the newest.. Any ideas about what's causing this ? -- Stian Eikeland
2004 Nov 18
1
Re: Shared object not being built by patch-o-matic-ng
Stian B. Barmen schrieb: > I try to use patch-o-matic-ng for installation. Kernel patching works > nicely but the libipt_ipp2p.so shared object does not get built. I find > the .c file in the patch-o-matic tree under ipp2p but I don''t know how > to manually compile it. > My...
2006 Mar 14
1
Losing messages
.../dovecot.index: Duplicate header extension keywords But I'm not sure. Either way I get these lines rather often for some users. What does it mean? Anyone seen anything like it? I really don't like the idea of losing clients mail... I hope someone can shed some light on this. Best regards, Stian
2005 Oct 27
2
Problems with dual ldap auth
...rdb ldap { args = /etc/dovecot/dovecot-ldap.conf } user = root #chroot = #count = 1 #ssl_require_client_cert = no } It works well if I only use one of them (so they seem to be correct), but together, only the last (dovecot-ldap) is used. Anyone see a reason for that? Best regards, Stian
2005 Mar 09
8
How to set ''Return-Path'' in ActionMailer to avoid SPF failure?
I was wondering if there was any way to set the ''Return-Path'' of an email when using ActionMailer. Without the ability to set the ''Return-Path'' of an email, it is impossible to avoid being labeled as ''spam'' by many SMTP gateways if trying to send mail on another''s behalf. SPF doesn''t care about the
2014 Nov 21
4
[Bug 10951] New: Emtpy parameter triggers unwanted behavior, but no error message
...ut no error message Product: rsync Version: 3.1.0 Hardware: x64 OS: Linux Status: NEW Severity: major Priority: P5 Component: core Assignee: wayned at samba.org Reporter: stian at wis.no QA Contact: rsync-qa at samba.org If you add a parameter (ex. --exclude <path>) to the rsync command without a value, you get some unwanted behavior running the command. No error message will be triggered, and no output will be shown (especially if running the command from...
2005 Mar 09
9
Unit testing + instance variables
After *much* digging and playing around, I finally figured out how to unit test instance variables that are created by actions. It was more difficult than I expected. It seems like there should have been a more straight forward way to do this. Can someone enlighten me? A simplified and somewhat contrived example of what I am current doing: Thanks. Matt >> # My Controller of interest
2005 Mar 09
10
Confused about extending the login generator ''user''
I''ve been using the login generator ''out of the box'' for simple authentication, and its been working fine. Now I want to extend it by simply adding ''type_id'' field which links to my ''user_types'' table, but I''m hitting: #<ActionController::SessionRestoreError: Session contained objects where the class definition
2009 Jul 02
5
save the result into a word file
Hi, everyone: I forget on how to save a result from R as a word document. For example, if I run the linear regression and want to save the result: summary(lm(y~x) in a word file. So I can show it later to my clients. Any idea on how to do this? Thanks a lot, Suyan
2007 Feb 26
2
Quota stored in LDAP
Hie folks, Does anyone have any experiences using dovecot + per user quota + ldap? I've configured my settings as this example: # quotaStorage must be in the format mentioned above # For example: dirsize:storage=10240 user_attrs = uid,homeDirectory,,,uidNumber,gidNumber,quotaStorage=quota But, Dovecot isn't creating maildirsize file. Any guesses? PS: I've
2007 Jan 22
1
Ferret-talk Digest, Vol 15, Issue 8
...ndex["11"]. The reason for this is that I need the doc_id for the highlight function (this won''t work based only on a document key will it?) My code works as it is, but it''s still annoying and I''d love to "clean it up" just a bit. Thank you very much Stian
2005 Mar 07
2
Login generator question
Hello I''m using the login generator on my application, and I found a problem with it. My application is a rack inventory thing, which shows a rack with machines and KVMs and you can click on a rack item to show/edit/destroy it. The edit and destroy actions are protected by the login generator. Now say a user clicks on "destroy" for some machine. He''ll be shown the
2005 Dec 21
1
mailbox from ldap and indexes
...haven't thought of yet? I have this in dovecot-ldap.conf now: user_attrs = uid,homeDirectory,mailbox,uid,uidNumber,gidNumber If I could do something like: user_attrs = uid,..,"maildir:" . mailbox . ":INDEX=var/indexes/%u",... that would have been awesome. Best regards, Stian