similar to: write list doesn't override read only paramater

Displaying 20 results from an estimated 210 matches similar to: "write list doesn't override read only paramater"

2007 Jul 07
0
tc u32''s indev paramater
After checking f_u32.c sources, there''s one extra parameter parsed - indev, that is nowhere described - not even in commandline help or in excellent Russell''s documentation. Does anyone know, what''s the purpose of it ?
2013 Sep 18
1
ENC paramater interpolation in ENC, and inline templates
I''m in the process of rolling out a new homegrown ENC (we''ve decided on using an ENC over hiera; I know it''s not the way a lot of you are going, but it''s right for us) and am running into some issues with variable interpolation in ENC data. To give a concrete example, I''m using modules to configure puppetdb, puppet master, and puppet clients. So,
2007 Mar 09
0
winbind + ADS = NT_STATUS_LOGON_FAILURE
Hi all, I've searched the list archives and found similar issues, but none of the resolutions I found worked for me. When I try to connect to my samba share with an Active Directory domain account, I get denied: $ smbclient -U SOTS+jason //media/tmp xxxxxxxx session setup failed: NT_STATUS_LOGON_FAILURE Looking at the log files I found this (complete file is posted below):
2006 Jul 17
1
:create paramaters don''t get through (scoped_acces plugin)
Hi all, I''m wrestling with the scoped acces plugin to generate object access controll, but the :create params don''t seem to get through. :find works great. This is the code around_filter ScopedAccess::Filter.new(Service, :service_filter) layout "settings" protected def service_filter { :find => {:conditions => ["business_id =
2004 Mar 01
0
[PATCH] pxelinux corrupts ipappend-ed paramaters...
Attached patch addresses following problems with pxelinux: 1. If a x0y number is present in ip address to be ipappend-ed, middle zero is omitted, e.g. 192.168.0.109 is passed as 192.168.0.19. 2. UDP port numbers allocated by pxelinux.0 are 100% predictable, which might cause trouble when client reboots too fast for orphaned tftpd process to time out. The latter problem is [suggested to
2006 Feb 01
1
Passing additional paramaters to nlsList(nlme) fit function
Hello, nls-users, is it possible to pass additional parameters to the model function that are known and groupwise constant with nlsList? I could not find something like a "keep this fixed" option in the documentation and the code (my fault...?) The current workaround is to break the problem down into groups and use globals to pass the constant parameters, but it is ugly code and
2013 Aug 09
1
compile paramaters
hi, I am trying to find out what compile flags and environment variables were used when compiling the python package. Is there an easy way of figuring this out? perhaps a website which shows the RPM specs? -- --- Get your facts first, then you can distort them as you please.--
2023 Dec 03
1
Meaning of the engines in paramaters of nouveau module
In https://nouveau.freedesktop.org/KernelModuleParameters.html, there is: Here is a list of engines: DEVICE DMAOBJ PBSP PCE0 PCE1 PCE2 PCRYPT PDISP PFIFO PGRAPH PMPEG PPM PPPP PVP SW Also, in debug: CLIENT I have tried to find a description of those. https://envytools.readthedocs.io/en/latest/ help a bit, but I don't find a
2023 Dec 05
1
Meaning of the engines in paramaters of nouveau module
On Mon, 4 Dec 2023 at 05:04, Paul Dufresne <dufresnep at zoho.com> wrote: > > In https://nouveau.freedesktop.org/KernelModuleParameters.html, there is: > Here is a list of engines: > DEVICE > DMAOBJ > PBSP > PCE0 > PCE1 > PCE2 > PCRYPT > PDISP > PFIFO > PGRAPH > PMPEG > PPM > PPPP > PVP
2004 Jul 02
4
Encoding paramaters...
I've got my encoder working now... and i put a proeprty page interface to allow the user to set a few encoding paramters to start off with... but changing the paramters doesn't seem to make barely any difference... These are the defaults i'm using... mTheoraInfo.target_bitrate=400000; mTheoraInfo.quality=30; mTheoraInfo.dropframes_p=0; mTheoraInfo.quick_p=1;
2006 Jun 23
4
Ajax.Request with page reload?
I need to send a POST request via a link, along with paramater data for an action, and the page needs to reload. link_to_remote worked great when I was updating a DOM element but obviously won''t work when I need to reload a page. Is there an option -- Posted via http://www.ruby-forum.com/.
2012 Feb 14
1
questions about password complexity checking.
Hi Samba folks, I had a couple questions about password complexity checking. To preface, in smb.conf, we set: check password script = /usr/local/sbin/crackcheck -d /usr/share/cracklib/pw_dict Also, if I understand correctly: /usr/local/sbin/crackcheck comes from samba source rpm package. maybe we need to compile it ourselves. /usr/share/cracklib/pw_dict* comes from cracklib-dicts rpm
2007 Aug 03
0
NT_STATUS_NO_SUCH_GROUP when attempting to connect
Hi, I'm attempting to get my server set up to share out files using Active Directory authentication. I also have winbind set up for shell logins to the server. That part works fine, but when I attempt to connect to a samba share with smbclient, I get rejected with "session setup failed: NT_STATUS_LOGON_FAILURE". I did some searching and found others with similar issues, and I
2004 Mar 02
2
* script parameter and BDC
When BDC will not make any changes in ldap, is it safe to not set any *script paramater in smb.conf? --beast
2007 Aug 03
0
Cannot connect to shares (groupmap problem?)
Hi, First off, I apologize if this email goes through twice. I sent it about an hour ago, but it appears to have never made it to the list, so I'm sending again. I'm attempting to get my server set up to share out files using Active Directory authentication. I also have winbind set up for shell logins to the server. That part works fine, but when I attempt to connect to a samba
2005 Sep 02
3
Ajax.InPlaceEditor
Hello, I have just subscribed to the list. I am having problems with the Ajax.InPlaceEditor. I am getting different results when I use Firefox and IE. The problem is: On IE, when I click submit in the InPlaceEditor form, the form posts to itself (my InPlaceEditor code is on /test/index.html, and the form posts to /test/index.html) and passes a paramater of ''value''
2006 Jan 15
6
PROPOSAL: Validations as Mixin
It seems to me that Validations are quite useful for many objects, even ones having nothing to do with ActiveRecord. Common examples are Contact Us forms, multi-step forms, web service paramater validations, etc. I took a look at the source for Validations, and it seems that it is very independent from ActiveRecord. I caught only three depenedencies: 1. validates_numericy --> depends on
2008 Mar 24
2
render not able to locate template in publisher
Hi guys, I have a publisher called UserPublisher setup in models directory of my app. The reason I have it in a model is because its then possible for me to invoke publisher methods in after_callbacks of my other models, just the way we do it for ActionMailer. My problem is that when I try to update a users profile specifying location of the view template as a paramater to "profile"
2005 Jun 09
2
Weibull survival modeling with covariate
I was wondering if someone familiar with survival analysis can help me with the following. I would like to fit a Weibull curve, that may be dependent on a covariate, my dataframe "labdata" that has the fields "cov", "time", and "censor". Do I do the following? wieb<-survreg(Surv(labdata$time, labadata$censor)~labdata$cov,
2018 Sep 20
5
Global sieve doesn't run and I don't know why
Hi Everyone, I have dovecot, postfix, roundcube and piegeonhole managesieve all working nicely together. Personal scripts defined in roundcube run without issue. I have configured the global sieve dir defined in 90-sieve.conf: sieve_global_dir = /var/lib/dovecot/sieve/global/ I pre-compiled the script in there: # ls -l /var/lib/dovecot/sieve/global/ total 8 -rw-r--r--. 1 root root 118 Sep 19