search for: tand

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

Did you mean: and
2004 Sep 09
0
file context menu takes for ever with 3.0.6,bothserne tand suse
...client on a new smbd or you won't know for sure) >>>> and see if that changes the behaviour. I have several >>>> systems with the same exact issues you describe. >>>> Changing that value helped me...I'm hoping Jeremy can help >>>> me understand why in an email I sent to samba-technical. >>> >>> Thanks, Bill. I'll try both your suggestion and Jeremy's >>> sendfile hint first thing in the morning. >> >> Setting "large readwrite = no" has a dramatic impact but not the >> one des...
2012 Oct 06
0
rails 3.2 question/answer with a through table
I have a person has many questions through person_questions. I have an extra column in the join table for the answer. The section below works for a new submit but when I edit I get 3 each with the first 2 of each selected tand the third not so I get 6 check boxes some selected some not. Is there a way to get this to work properly os just the questions in the db show up once each with the appropriate ones checked? The questions are in the db. Questions: <br/> <% Question.all.each do |question| %>...
2011 Sep 25
0
sshd 5.6p1 does not accept connections in fips mode
...;postatt_id=1835;list=openssh but for some reason sshd refuses to accept the connection. I guess I do something terribly wrong. Is there a reason that this is bound to fail? These 5.6 patches were the most recent I could find. Are there any fips patches for openssh 5.7, 5.8 or 5.9? Thanks Mats Tande Here's what sshd says: root at nougat /local/fips $ /local/fips/sbin/sshd -Dedddp2222 debug2: load_server_config: filename /local/fips/etc/sshd_config debug2: load_server_config: done config len = 164 debug2: parse_server_config: config /local/fips/etc/sshd_config len 164 debug3: /local/fip...
2019 Jan 25
0
[klibc:update-dash] parser: use pgetc_eatbnl() in more places
...() == '\n') { - nlprompt(); - continue; - } - pungetc(); - goto breakloop; case '\n': nlnoprompt(); RETURN(TNL); case PEOF: RETURN(TEOF); case '&': - if (pgetc() == '&') + if (pgetc_eatbnl() == '&') RETURN(TAND); pungetc(); RETURN(TBACKGND); case '|': - if (pgetc() == '|') + if (pgetc_eatbnl() == '|') RETURN(TOR); pungetc(); RETURN(TPIPE); case ';': - if (pgetc() == ';') + if (pgetc_eatbnl() == ';') RETURN(TENDCASE);...
2020 Mar 28
0
[klibc:update-dash] dash: parser: use pgetc_eatbnl() in more places
...() == '\n') { - nlprompt(); - continue; - } - pungetc(); - goto breakloop; case '\n': nlnoprompt(); RETURN(TNL); case PEOF: RETURN(TEOF); case '&': - if (pgetc() == '&') + if (pgetc_eatbnl() == '&') RETURN(TAND); pungetc(); RETURN(TBACKGND); case '|': - if (pgetc() == '|') + if (pgetc_eatbnl() == '|') RETURN(TOR); pungetc(); RETURN(TPIPE); case ';': - if (pgetc() == ';') + if (pgetc_eatbnl() == ';') RETURN(TENDCASE);...
2001 May 04
1
ssh_exchange_identification
Guys, I think that I have ran into a bug. I am running openbsd 2.8 and I upgraded to the lastest verison of openssh 2.9 but when I did that it started giving me this error "ssh_exchange_identification: Connection closed by remote host" when I try to log into the machine even when I am on the machine and try to ssh localhost it gives me the same message. I have read every FAQ I could find