search for: blaah

Displaying 6 results from an estimated 6 matches for "blaah".

Did you mean: blah
2010 Nov 01
2
number of items to replace is not a multiple of replacement length
...[,1] [,2] [,3] [,4] exampleSingleSelect "Insert single selection box title here" "SingleSelect" 1 List,3 exampleSlider "Insert slider bar title here" "Slider" 0 List,2 >print(blaah) [,1] [,2] [,3] [,4] exampleSingleSelect "Insert single selection box title here" "SingleSelect" 1 List,3 exampleSlider "Insert slider bar title here" "Slider" 58 List,2...
2010 Mar 02
1
simple data transformation question
Hi all, I have a (hopefully) simple newbie-level question.   # I have data like this: dtf <- data.frame(read.table(textConnection("var  value   company  9887.1   company  91117.0   blaah  91.1   etc  11   etc  97111"), header=TRUE))   # I would like to have output like this (the index number may vary): var  value.1 value.2 company 9887.1 91117.0 blah  91.1 NA etc 11 97111   # I tried the following. library(reshape) cast(dtf, var~value, mean) # 'mean' because some funct...
2025 Jan 22
2
Windows 11 24H2, Samba 4.21.3 AD DC and domain users cannot log in
...parially and connected to console... Strange thing is, that in that screen it shows on username in "samba_realm\username" format (realm in uppercase), not "samba_WORKGROUP\username" format, that I actually supplied (realm is, how it is called in smb.conf - ad.company_name.blaah while workgoup is COMPANY_NAME). -- Virgo P?rna virgo.parna at mail.ee
2025 Jan 22
1
Windows 11 24H2, Samba 4.21.3 AD DC and domain users cannot log in
On 22.01.2025 12:38, Virgo P?rna via samba wrote: > On 22.01.2025 12:25, Rowland Penny via samba wrote: >>> >>> ????After this started happening, I did try setting same password >>> again for user with smbpasswd in linux. >> >> Try using samba-tool to set a new password for the user. > > ????I'l try it. Did try it, did not work. >
2025 Jan 22
1
Windows 11 24H2, Samba 4.21.3 AD DC and domain users cannot log in
...console... > > ????Strange thing is, that in that screen it shows on username in > "samba_realm\username" format (realm in uppercase), not > "samba_WORKGROUP\username" format, that I actually supplied (realm is, > how it is called in smb.conf - ad.company_name.blaah while workgoup is > COMPANY_NAME). > > > Hi Virgo, I assume you use freerdp ver. 3 for connecting to the Windows 11 24H2 desktop remotely. It is very particular about how you enter domain and user name. There seems to be only two accepted ways Either /d:<domain.name.net> /u:&...
2006 Apr 03
16
Dealing with Application error (Rails) in production
Hi all, Week 2 working with Ruby on Rails... I have a working app in development that is now throwing a generic, "Application error (Rails)" message in production. How do I deal with this so I can find more information about why the error is being thrown in production, but not in development? Thanks! -- Posted via http://www.ruby-forum.com/.