Displaying 11 results from an estimated 11 matches for "welty".
Did you mean:
welt
2001 Dec 11
1
Wine & DeZign for Databases 2.5
...805-s302.
the wine version is 20010921 installed from rpms.
the current setup uses the native versions of advapi32 and msvcrt
the native dlls i'm using are from W98SE, relatively recently updated.
any suggestions on what to try next would be greatly appreciated.
thanks,
richard
--
Richard Welty
Averill Park Networking Unix, Linux, IP Network Engineering, Security
rwelty@averillpark.net
518-573-7592
-------- End of message -------
--
Richard Welty
Averill Park Networking Unix, Linux, IP Network Engineering, Security
rwelty@averillpark.net
518-573-7592
-------- End of...
2008 Mar 21
0
problem loading ldif
I have an ldif I'm trying to load for sambaprofilepath and sambahomepath
getting an error, and I'm not sure why. any help?
ldapmodify -D "cn=Manager,dc=mdah,dc=state,dc=ms,dc=us" -w xxxxxxx -x -v
-f modifywelty.ldif
ldap_initialize( <DEFAULT> )
ldapmodify: invalid format (line 5) entry:
"uid=mawhite,ou=People,dc=mdah,dc=state,dc=ms,dc=us"
the .ldif file is:
cat modifywelty.ldif
dn: uid=mawhite,ou=People,dc=mdah,dc=state,dc=ms,dc=us
changetype: add
add: objectClass
objectClass: sambaSamA...
2005 Oct 26
1
Re: collection_select question about selected_value
Paul Welty wrote:
> collection_select(:client, :company_id, @companies, :id, :name, {
> :selected_value => 2 , :prompt => "Please select a company..." })
>
> Returns a functioning SELECT element, but it won¹t select the second item.
> (BTW, using the selected_value as a string...
2007 Mar 25
1
dovecot authentication & exim in rc27
[introduction: new to the list, used dovecot w/exim as MTA in
simple ways for 2 years, blah blah blah]
i'm trying to get exim to use dovecot auth with a copy of
rc27 and am missing something that's probably quite simple.
specifically, how does one configure the authenticators
in dovecot.conf for rc27? the auth section of the default
config file installed in rc27 doesn't entirely
2004 Jul 21
0
NMMAPSdata package
...ome utility functions for managing the
database.
NMMAPSdata can be downloaded from
http://www.ihapss.jhsph.edu/data/NMMAPS/R/
The package comes with a vignette which contains an overview of
the data and a few example analyses.
Comments and suggestions are greatly appreciated.
Roger Peng
Leah Welty
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://www.stat.math.ethz.ch/mailman/listinfo/r-packages
2004 Jul 21
0
NMMAPSdata package
...ome utility functions for managing the
database.
NMMAPSdata can be downloaded from
http://www.ihapss.jhsph.edu/data/NMMAPS/R/
The package comes with a vignette which contains an overview of
the data and a few example analyses.
Comments and suggestions are greatly appreciated.
Roger Peng
Leah Welty
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://www.stat.math.ethz.ch/mailman/listinfo/r-packages
2008 Apr 14
0
problem with user nobody and net groupmap
...ectClass: top
objectClass: shadowAccount
objectClass: hostObject
userPassword:: xxxxxxxxxxxxxxxx
shadowLastChange: 13966
shadowMax: 99999
shadowWarning: 7
loginShell: /bin/sh
uidNumber: 65534
gidNumber: 65534
host: roark
host: archives3
host: arrowhead
host: preshs
host: wmounds
host: manship
host: welty
homeDirectory: /home
gecos: Nobody
# search result
search: 2
result: 0 Success
# numResponses: 2
# numEntries: 1
[root@roark samba]#
[root@roark samba]# ldapsearch -D
'cn=Manager,dc=mdah,dc=state,dc=ms,dc=us' -b
"cn=nobody,ou=Group,dc=mdah,dc=state,dc=ms,dc=us" -w xxxxxxxxxx...
2004 Jul 09
0
LARTC related talks at Swiss Unix Conference 2004
Might be of interest for some of you, especially:
o HTB - detailed look into new QoS shaper - Martin Devera
o Linux Packet Classification Performance - Jamal Hadi Salim
o Status of IPv6 Implementations - Peter Bieringer
o High Availability using Keepalived - Alexandre Cassen
o Application Layer Fingerprinting - Hendrik Scholz
2008 Apr 25
2
openldap - samba
I am having a problem getting users that were added in smbldap-useradd to be
able to login.
After I add them they are visible, but you can see I get this error -
pdb_get_group_sid:
Failed to find Unix account for test10
I believe that this has something to do with nss_ldap. because doing a
getent passwd, it doesn't display any smb info.
Any debugging info or help would be amazing, I'm
2007 Apr 09
0
Problem with Ferret on OS X with Locomotive
I am using Locomotive 2.0.8 with Rails 1.2.3 for development. It
works great. I recently installed Ferret 0.11.4 as a gem. The
installation seemed to go fine. No error or warning messages. I
setup a test rails app to try Ferret, and the server won''t start. The
error I get is
/Applications/Locomotive2/Bundles/rmagickRailsJan2007_x86.locobundle/
2006 Nov 01
0
Re: YAML.load(some_string) doesn't return hash?
Oleg Kh wrote:
> A small problem here. As per documentation on
> http://corelib.rubyonrails.org/classes/YAML.html YAML.load(string)
> should just return a hash. However on my windows machine it returns
> something like this:
>
> #<YAML::Syck::DomainType:0x36d5038
> @domain="yaml.org,2002",
> @type_id="map:HashWithIndifferentAccess",
>