search for: boldt

Displaying 13 results from an estimated 13 matches for "boldt".

Did you mean: bold
2001 Oct 09
2
Solaris 2.6, and AFS
...ompat/ -R/usr/local/ssl/lib -L/usr/local/ssl/lib -R/usr/local/lib -L/usr/athena/lib -R/usr/athena/lib -L/usr/afsws/lib -lssh -lopenbsd-compat -lkafs -lresolv -lkrb -lpam -ldl -lwrap -lz -lsocket -lnsl -lgen -lcrypto I am not on the mailing list. -- David Boldt <dboldt at usgs.gov>
2001 Mar 14
2
Solaris and man pages
do you folks have a way of generating man pages in a format that the Solaris "man" command can use (apart from converting to plain text)?
2002 Oct 12
2
scp
I would absolutely love a flag in scp to ignore sym-links. Douglas Boldt Endai WorldWide, NYC Technical Operations Manager 212-430-0808 x118
2001 Jul 16
1
openssh 2.9p1 on Solaris 2.6 with AFS
...s_fixup_key_parity' /usr/local/lib/libdes.a(key_parity.o)(.text+0x10): first defined here /usr/local/sparc-sun-solaris2.6/bin/ld: Warning: size of symbol `des_fixup_key_parity' changed from 120 to 72 in set_key.o gmake: *** [ssh] Error 1 -- David Boldt <dboldt at usgs.gov> Jan IVEN <Jan.Iven at cer To:...
2011 May 05
2
Could not convert sid ..... to ..... gid
Hi! More than a week ago I sent the below-mentioned message but did not receive any answer. I think that the subject heading was not correct, and so I changed it. Hope that I will get an answer now. Olaf -------------------- Von: Boldt, Olaf (HVBG) Gesendet: Mittwoch, 27. April 2011 14:58 An: 'samba at lists.samba.org' Betreff: Problems with Squid and Active Directory Hello! Since a few weeks I have Squid Version 2.7.STABLE7 on Ubuntu Server 10.04. All worked fine - different users in an AD-Group could reach the intern...
2012 Mar 31
2
[Bug 8834] New: Option --recursive fails if followed by another option
...ails if followed by another option Product: rsync Version: 3.0.9 Platform: All OS/Version: Other Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: axelboldt at yahoo.com QAContact: rsync-qa at samba.org I am using rsync 3.0.9 protocol version 30 from the cygwin package rsync-3.0.9-1 under Windows 7. $ cd /tmp $ mkdir c d $ rsync --recursive ?-verbose c d rsync: link_stat "/tmp/?-verbose" failed: No such file or directory (2) rsync...
2011 Dec 05
9
jquery - word is not defined
Just starting out with a beginner book on jquery and the very first thing I am trying fails (has to be me) Rails 3.1 - other jquery things working including a poor example of drag & drop that is my ultimate target here but just simply trying to get every alternating row in a table to have a different css class So I''m using... app/assets/javascripts/people.js.coffee and put in...
2009 Oct 22
1
Help regarding removing Inf from dataframe, creating new dataframe with selected variables, count function
..._31 884387 ALTO PALERMO 'B' Argentina 0 SC 2006_12_31 134841 METROGAS 'B' Argentina 1 SC 2006_12_31 992126 IMPORT&EXPORT PATAG.'B' Argentina 0 SC 2006_12_31 677414 GAS NATURAL 'B' Argentina 1 SC 2006_12_31 151203 CAPEX 'A' Argentina 1 SC 2006_12_31 322652 BOLDT 'B' Argentina 1 SC 2006_12_31 255169 CAMUZZI GAS PAMPEANA 'B' Argentina 1 SC 2006_12_31 134627 ENDESA COSTANERA 'B' Argentina 1 SC 2006_12_31 134645 CENTRAL PUERTO 'B' Argentina 1 SC 2006_12_31 320158 CELULOSA 'B' Argentina 1 SC 2006_12_31 982620 ALPARGATAS A...
2011 May 30
5
rails habtm checkboxes with jquerymobile
Hi guys, I have a habtm association working properly. My application consists of both a desktop and a mobile version. My mobile version is made with jquerymobile and I would like my checkboxes in the edit form to look like the checkboxes shown in http://jquerymobile.com/demos/1.0a4.1/#docs/forms/forms-checkboxes.html. My desktop code is the following: <%= check_box_tag
2011 Aug 23
13
Is OSX Lion a valid choice yet? Any issues?
Hi, My Snow Leopard just let me down and now it could be a "good" moment to upgrade to Lion. But I''m not sure is it an option yet. I would be using Rails 3.0.9, Ruby 1.9.2 via RVM. Postgresql DB. And probably some stuff via homebrew. Git, Versions and that type of stuff. Are the lights red for Lion since it is so fresh? Any experiences? Thanks. -- Posted via
2011 Jul 14
2
belongs_to --- has_many should update automatically?
On p. 299 of the current Rails book it says that "Active Record takes care of saving all the dependent child rows when you save a parent row." So, when I add a row to the table that has "belongs_to" in its model, shouldn''t the table with the "has_many" be updated with data from the foreign key? If not, how do I save data from a form into more than one
2001 May 15
0
openssh 2.9p1 on Solaris 2.6 with AFS
...es.h:15: redefinition of `u_int16_t' defines.h:170: `u_int16_t' previously declared here /usr/athena/include/ktypes.h:16: redefinition of `u_int32_t' defines.h:171: `u_int32_t' previously declared here gmake: *** [radix.o] Error 1 -- David Boldt <dboldt at usgs.gov>
2011 May 26
8
Is there a way I can create a sub-layout with ERB?
I have 2 pages that have almost the same content except for stuff in the middle. I''d basically like to have a sub-layout that wraps the content that is different - exactly the way a normal layout file would. How can I call into a layout inside of erb? I''d like to do something like this: <%= render :sub-layout => "reusable-wrapper" %>