similar to: Problem with acl and shared mailboxes

Displaying 20 results from an estimated 700 matches similar to: "Problem with acl and shared mailboxes"

2012 May 22
0
Interpreting output from the val.prob function in the rms package
Dear mail-list, I have used the val.prob function from the rms package to validate a logistic regression model. It is however not clear to me how to interpret the two different curves that are generated (logistic vs. nonparametric). The documentation doesn't enter into any detail on this point, and to a non-statistician like myself it isn't obvious. If I compare the output to that of the
2019 Jan 13
0
Samba 4 users - UID/GID - or how to migrate
On Sun, 13 Jan 2019 20:22:22 +0100 Anton Blau via samba <samba at lists.samba.org> wrote: > Hello, > > I try to migrate my old SAMBA Installation to a new Installation. > SAMBA is running. But my Windows users can see the shares but cannot > open Files. > > My old Installation /etc/samba/smb.con > > ... > > >        workgroup = DUCK >        
2019 Jan 13
2
Samba 4 users - UID/GID - or how to migrate
Hello, I try to migrate my old SAMBA Installation to a new Installation. SAMBA is running. But my Windows users can see the shares but cannot open Files. My old Installation /etc/samba/smb.con ...        workgroup = DUCK         server string = %h server (Samba, Ubuntu)         interfaces = eth0 192.168.1.200/255.255.255.0 localhost         bind interfaces only = Yes         security =
2006 Mar 14
3
Check whether externam URL is valid?
Hey, I have users entering URLs into my app, is there anyway in which I can check to see if the URLs actually point to something before saving the user input? Maybe a kind of ''ping''-action that returns true on success? (btw: does anyone of a tentative release date for Rails1.1? I''ve been slobbering all over my RailsRecipes book and I can''t wait! Also, Scott
2005 Nov 24
1
Autocompleting combobox: fact or fiction?
Hey, I''ve got a script.aculo.us autocompleting textfield that works wonderfully, but how do I make the value of the selected option submit with the form...for that matter, do autocompleting textboxes have ''option'' tags, or is what I want to do simply impossible 8[ Thanks, Gustav gustav-Y7mMFpLgOV2wB/GGPSRsq0B+6BGkLq7r@public.gmane.org -- Posted via
2015 Sep 22
1
Re: [libvirt] New software based on libvirt
On 09/22/2015 05:12 AM, Michal Privoznik wrote: > On 21.09.2015 21:28, Gustav Fransson Nyvell wrote: >> Hello, >> >> I'm introducing to you the decentralized cloud Cherrypop. >> >> Combining libvirt and LizardFS (as of now) it becomes a cloud completely >> without masters. Thus, any node is sufficient for the cloud to be up >> and therefore no
2013 Feb 17
3
Select components of a list
Hi Gustav, Try this: lapply(1:length(models),function(i) lapply(models[[i]],function(x) summary(x)$coef[2,]))[[1]] #1st list component [[1]] #??? Estimate?? Std. Error????? z value???? Pr(>|z|) # pm10 #5.999185e-04 1.486195e-04 4.036606e+00 5.423004e-05 #[[2]] #??? Estimate?? Std. Error????? z value???? Pr(>|z|) #ozone #0.0010117294 0.0003792739 2.6675428048 0.0076408155 #[[3]] #???
2006 Apr 04
1
Moving to Rails-1.1 from Rails-1.0
Hey I want to port my app (, which is still in early development) to Rails-1.1 from Rails-1.0. What''s the safest way to go about doing this? Can I do so without changing any of the stuff I''ve done so far? =] BTW...does anyone know where Scott Raymond''s Rails-1.1 write-up is? I''ve been reading a lot about it but I''ve been getting "page not
2006 Feb 19
1
action.controller.domain instead of dmn/cntrlr/action ?
Hey, I want my users to be able to use the following notation: -- http://id.action.controller.domain.com/ instead of having to type in the standard Rails: -- http://domain.com/controller/action/id How can I do this? Is it even possible? If not, don''t you think this is something that the core team should have a look at? (PS. I''m using MySQL for backend and developed
2015 Sep 21
3
New software based on libvirt
Hello, I'm introducing to you the decentralized cloud Cherrypop. Combining libvirt and LizardFS (as of now) it becomes a cloud completely without masters. Thus, any node is sufficient for the cloud to be up and therefore no wasted resources and no single point of failure. It's still pretty crude software but will work with some tinkering. Hope you try it and like it! For more
2006 Jul 21
1
Ajax.InPlaceEditor is not a constructor error?
Hey I''m getting a Ajax.InPlaceEditor is not a constructor error on some of my pages. I''ve included the following .js''s: :defaults scriptaculous Any ideas? Thanks guys! Gustav gustav@rails.co.za -- Posted via http://www.ruby-forum.com/.
2006 Jun 06
0
acts_as_taggable Plugin Docs
Hey! I did a write-up on DHH''s acts_as_taggable plugin. Its a plugin in need of more encomapassing documentation, so please, check out the post at my blog and feel free to comment extensively :] The post can be viewed here: http://rails.co.za/articles/2006/06/04/acts_as_taggable-plugin-docs Thanks a lot to mr. DHH for his excellent plugin! Ciao! Gustav Paul gustav@rails.co.za
2015 Sep 22
0
Re: [libvirt] New software based on libvirt
On 21.09.2015 21:28, Gustav Fransson Nyvell wrote: > Hello, > > I'm introducing to you the decentralized cloud Cherrypop. > > Combining libvirt and LizardFS (as of now) it becomes a cloud completely > without masters. Thus, any node is sufficient for the cloud to be up > and therefore no wasted resources and no single point of failure. > > It's still pretty
2006 Jan 30
10
How do I get the the full URL of an incoming request
Hey, Is is possible to get the full URL (''http://www.sender-domain.com/links/list.html'') from where a user was sent to my site (www.my-domain.com/controller/action) e.g. by clicking on a link? (I read about something called a ''request'' object, I don''t know what it is or does, is that what I''m looking for? I''m very new to Rails
2006 Feb 22
1
Back returns "Warning: Page has Expired" ?!?!
Hey, I''ve found that certain browsers (IE and Ffx in particular) display a warning page whenever the user clicks on the ''back'' button after having just come from a page generated by a post. This makes perfect sense, it warns users about duplicate rows being entered etc. However! Is there anyway to gracefully redirect the user to a ''safe'' page say
2004 Aug 31
1
Active Directory?
Can someone tell me if you can set Samba up as the PDC (Primary Domain Controller) for an Active Directory? I would like to replace Windows 2000 AD with Samba on Linux but I cannot find info on how to do this, so I am not sure if it is possible? Any further info or help on this is much appreciated. Regards Gustav
2006 Mar 31
1
Plugin-suggestion
Hi! I got an idea for a plugin to compiz. When you pull a window very fast (or, pull + any key) you will be able to throw the window to another workspace, without change to it. The effect could be a sliding window or something like that. I and some other on swedish IRC-channels thinks the plugin could be very useful. For example if a IM-window pops up and you don't have time to answer right
2019 Jan 13
0
Samba 4 users - UID/GID - or how to migrate
On Sun, 13 Jan 2019 21:41:39 +0100 Anton Blau via samba <samba at lists.samba.org> wrote: > Am 13.01.2019 um 20:41 schrieb Rowland Penny via samba: > > On Sun, 13 Jan 2019 20:22:22 +0100 > > Anton Blau via samba <samba at lists.samba.org> wrote: > > > >> Hello, > >> > >> I try to migrate my old SAMBA Installation to a new Installation.
2012 Apr 18
2
png2theora.c + QImage
Hello there, I have been working on an alternative version of the png2theora example: The basic idea is to change the input of the program, using a QImage [1] variable instead of a png array. This is my base file: http://www.maefloresta.com/tmp/example.cpp The point where I am stuck starts at this comment: // LOOK HERE (line 313) And here is the issue: QImage supports RGB images, so my first
2006 Aug 10
6
Getting started w/ Ruby on Rails
Hi, I would like to get started with RoR, since it seems to be a terriffic platform for Webdevelopment. However, I''m unsure what "level" you need to be on in terms of programming to get started? Best regards, Gustav -- Posted via http://www.ruby-forum.com/.