search for: pwd1

Displaying 7 results from an estimated 7 matches for "pwd1".

Did you mean: pad1
2009 Nov 05
0
nested factorial effects in a lme model
...igue: z <- lme(Umaxcm ~ Species*Temp*Fatigue, random= ~ 1 | Lake/Species/Sub/ Temp/Fatigue) Can anyone please help me figure out how to code this model so that the effects of Temperature and Fatigue are tested properly? Here's the sample data: Sub Lake Species Temp Umaxcm Fatigue 1 PWD1 PWD E acclim 41.83 rested 2 PWD1 PWD E acclim 35.08 tired 3 PWD1 PWD E test 42.00 rested 4 PWD1 PWD E test 31.75 tired 5 PWD2 PWD H acclim 39.58 rested 6 PWD2 PWD H...
2012 Nov 28
3
config.c32 fails in 5.00pre11
...(and the CONFIG directive) is not behaving as expected when using syslinux.exe 5.00pre11 as installer. To replicate: 1_ The content of the device: /dira /cat.c32 /config.c32 /ldlinux.c32 /ldlinux.sys /libcom32.c32 /pwd.c32 /syslinux.cfg /dira/dira.cfg 2_ Content of /syslinux.cfg: DEFAULT pwd1 PROMPT 0 LABEL config1 COM32 config.c32 /dira/dira.cfg APPEND /dira/ LABEL pwd1 COM32 pwd.c32 LABEL config11 CONFIG /dira/dira.cfg APPEND /dira/ 3_ Content of /dira/dira.cfg DEFAULT pwd2 LABEL pwd2 COM32 /pwd.c32 LABEL config2 COM32 /config.c32 /syslinux.cfg APPEND / LABEL config21 CONFIG /syslin...
2012 Nov 14
1
comments about 5.00pre10
...configuration directives found!" will be shown and then the prompt. 3. Press [ENTER] (or [ESC]...) several times, until it hangs. A similar bad behavior can be seen if the default label is any c32 module that returns to the boot prompt. For example. *** start syslinux.cfg *** DEFAULT pwd1 LABEL pwd1 COM32 pwd.c32 *** end syslinux.cfg *** After booting, keep pressing [ENTER] once and again, until it fails. Moreover, one [ENTER] will execute the default label (pwd in the example), and the next one will just present the boot prompt (no default kernel execution). This behavio...
2013 Jan 16
1
5.01 pre3 CONFIG directive
...e in the ISO I have added comments for guidance, where I try to clarify (and I also ask there, what is that is not being clear to me). What I have not added in the comments in the image is how to make it fail (tested in VBox): 1_ Boot. 2_ Select LABEL "mainmenu". 3_ Select LABEL "pwd1". See the result. 4_ In the "boot:" prompt, press [ENTER]. 5_ Select LABEL "pwd1" again. Now it hangs. I hope it helps to find out what's wrong (or to find out what is that I am not understanding as I should). I also have the equivalent ISO image with ISOLINUX 4.06....
2006 Jan 19
4
multiple database in the same actions?
Hi, I read the example in http://wiki.rubyonrails.com/rails/pages/HowtoUseMultipleDatabases, it show us how to connect to other database, each time we start a new action, however, this doesn''t work while you try to connect to two different database within the same action. SO I wonder is it possible to bind to two or more database within the same action???? Thanks you very much Saiho
2008 Oct 15
0
net ads join, machine password non-expiring
...ut if there was another way, it'd be good to know. Thanks for your help! Kindest regards, Fred . smb.conf [code] [global] workgroup = US realm = MY.DOM.COM netbios name = adc070201-015 server string = Samba Server- Mandriva 2009.0 security = ADS auth methods = winbind password server = pwd1.dom.com pwd2.dom.com pwd3.dom.com log level = 1 log file = /var/log/samba/%m.log max log size = 250 name resolve order = wins bcast host lmhosts server signing = auto client ntlmv2 auth = yes os level = 5 preferred master = No local master = No domain master = No browse list = No enhanc...
2012 Dec 07
1
ISOLINUX 5.00 TEXT HELP directive hang
Conditions to trigger this bug(s): 1_ Boot with ISOLINUX (SYSLINUX seems fine). 2_ Do NOT use the UI directive. 3_ In between TEXT HELP - ENDTEXT directives, use more than one line of text. *** syslinux.cfg start *** DEFAULT vesamenu.c32 PROMPT 0 LABEL pwd1 COM32 pwd.c32 TEXT HELP one line of text two lines of text ENDTEXT *** syslinux.cfg end *** Result: the system ([vesa]menu) hangs. So for whichever reason, the text (specifically, LF/CR or related characters) in between TEXT HELP - ENDTEXT directives is being "parsed", instead of b...