search for: sugo

Displaying 3 results from an estimated 3 matches for "sugo".

Did you mean: sudo
2009 Sep 02
4
diff of two timestamps
Hi all, I have the following problem: I have a csv-file consisting of timestamp values (no dates), e.g.: Timestamp1;Timestamp2; 05:24:43;05:25:05; 15:47:02;15:47:22; 18:36:05;18:36:24; 15:21:24;15:22:04; I need a vector with the difference of the two timestamps, so I read the data with the read.csv-function: myObj <- read.csv("file.csv",header=TRUE,sep=";"). I have then
2003 Nov 06
1
Winbind + LDAP Idmap backend finally running!
...;ldap user suffix" and "ldap machine suffix") in the smb.conf to the desired idmap ou. I don't know if this was the desired behavior or not. Another thing I found out was that I had to remove the "ldap suffix" entry. I hope I could help someone with the same problem. sugo
2008 Oct 10
1
PostgreSQL gem for Ruby (pg) problem!
Hi there. I''m having a problem here: I''m trying to install pg-0.7.9.2008.10.05 (The last version), but I get this... PATH=/opt/PostgreSQL/8.3/bin:$PATH gem install pg Building native extensions. This could take a while... ERROR: Error installing pg: ERROR: Failed to build gem native extension. /usr/local/bin/ruby extconf.rb install pg checking for main() in -lpq...