Displaying 20 results from an estimated 4000 matches similar to: "file corruption"
2006 Oct 31
2
again on file corruption
Hi,
I've posted the same problem several months ago, You can find my post
there:
http://lists.samba.org/archive/samba/2006-March/119244.html
I summed up all the whole thing: I run a samba server based on slackware
10.2, using samba 3.0.20 with two clients: a windows 98 box and a
windows 2000 box. I've got a share between the two system which hosts an
old spreadsheet program (quattro pro)
2006 Mar 17
3
Storing passwords in LDAP, but not a PDC
Hello,
Is it possible to store samba passwords in ldap without configuring
samba as a PDC? All the documents/references I've come across are
related to using LDAP as a samba PDC backend, not as just a db file
replacement.
Thanks,
David Filion
2006 Mar 16
3
SAMBA+LDAP in a Workgroup
Hi,
This may be a dumb question (I'm new with this), but is it possible to use
SAMBA in combination with LDAP in a Workgroup?
All the manuals and examples I can find, are talking about Domains and
PDCs.
I have to set up a new Samba server and checkout LDAP but I'm not allowed
to change the Workgroup settings...
Now we use smbpasswd...
Is LDAP worth the effort and time?
Kind
2006 Mar 22
4
Remove Directory Recursively
I am trying to delete directories recursively in 'smbclient' like I typically do with 'rm -r' on a Unix shell, but I am just not able to. Is that in fact possible in 'smbclient'?
Youssef Eldakar
Bibliotheca Alexandrina
2001 Nov 26
1
Probems to mount a DFS
HiHo
If I try to mount a DFS from our Windows 2000 Server on my linux box I
only get the top-level structure, all DFS links are empty. How can I
mount a DFS?
Ciau
Rainer
2006 Apr 10
3
preloading child rows just a level deeper...
hiho.
following problem.
i have 3 tables in my database with each representing an object.
lets say
A belongs_to B belongs_to C.
when i do
my_a = A.find(:all)
i can access B as my_a.b and C as my_a.b.c
thats fine but rails querys the database each time i do that
so is use
my_a = A.find(:all, :include => :b)
works fine for my_a.b but not for my_a.b.c
so i tried
my_a = A.find(:all, :include
2006 Mar 14
1
Delay with printer properties
Greetings Samba Fans!
I'm experiencing a strange problem which started after installation of
Service Pack 2 for Windows XP:
When a user tries to print there is a long delay (sometimes around 2
minutes) before the printer properties page is opened. This only affects
Windows XP with Service Pack 2 installed.
I did a 'tcpdump' on the printserver and observed something quite strange:
2007 Mar 02
1
Xvideo and X.org on Intel GMA
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hiho,
I already reported this in <455F4553.9020109@tommie-lie.de> and found
time to reinstall compiz yesterday and the problem still persists.
I have Ubuntu's X.org 7.1.1 running on a Intel GMA 950 and latest
compiz. When watching Xvideo files, the overlay window remains black. If
I slightly move the video window, the video appears with
2005 Sep 30
2
How to use alias interface ?
HiHo,
I'm using wine since a couple of years for a private Diablo game server.
Now, while installing a new server I've a problem where neither the
Wine-Doc nor the Wine-Faq or Google could help me in any way.
My problem with the new server is that I need to configure (or better
restrict) my wine to use my alias-interface instead of the primary one.
I already found the following stuff
2003 Mar 21
0
Failed to set delete on close flag
HiHo!
I don't know wether this is an old one, but I've never seen this
messages before:
Due to security issues I updated our servers to samba-2.2.8 with the
following "configure"-options:
./configure --prefix=/usr/local/samba-2.2.8 --with-pam --with-ldapsam
--with-syslog --with-quotas --with-acl-support
After the update I'm experiencing strange behaviour when deleteing
2015 Aug 21
3
Would a spreadsheet be a good project using LLVM?
I am thinking about writing a new open source spreadsheet
application since I think the spreadsheet applications out
there (Microsoft Excel, LibreOffice Calc, etc.) do not have
some features that I would really like to use. I would like
the spreadsheet to recalculate very fast and wondered if it
would make sense to use LLVM to calculate the cell values
quickly. Each cell of a spreadsheet
2007 Mar 27
3
Bridging R to OpenOffice
Dear members of the R Development Team,
I am looking for people with a deep understanding of R internals to
assist in bridging R to OpenOffice.
While R is a state of the art statistical environment, less experienced
users often find it difficult to work with R. Therefore, I believe that
a bridge between R and a spreadsheet program will make this transition
less painful. I sincerely believe
2001 Feb 23
1
vorbis & open music
hiho,
i'm quite new to this list , and maybe this is a little
out of topic, but i want to announce something
related to vorbis. i'm the maintainer of the music_site
http://www.killerfish.de and we hardly discuss
to use vorbis for our releases. i attached a mail
i sended to monty earlier, and he asked me to post
it here. here we go.
> we use ra / mp3 on our site, BUT we're about to
2015 Aug 21
3
Would a spreadsheet be a good project using LLVM?
Mats,
Thanks for your feedback. I guess I should elaborate on one
of the features I would like to implement. In today's
spreadsheets if you want to crunch a lot of data, you
usually put the data in rows and put expressions in cells to
the right of the data and repeat those cells for every row
of the data. I would like to create a spreadsheet system
that can process the same quantity of
2002 Apr 26
7
spreadsheet data import
Hi colleages!
I want to import data from ms-excel and other spreadsheet formats (lotus, etc). Does exist any way to do it within
R? The main problem is that many spreadsheet data use comma as decimal separator and not the point as needed in R
(and many software for Linux), so importing data first as a tab separated values does not solve this problem.
Thanks,
Tom?s Revilla
2011 Jun 08
3
Spreadsheet in Rails
Hi,
Please help to create a spreadsheet view in rails application. Need to
display the cell values from DB with manipulating option.
Please specify gems/plugin if available.
Thanks
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2009 Feb 27
1
R-Google interface: Google summer of code
I use R for data management and ongoing data analysis for amongst other
things, a multi-center medical research project. I have found Google
spreadsheets to be a fantastic way for all collaborators to be on the same
page. Furthermore, Google Forms allows one to capture data from respondents
and effortlessly write it to a google spreadsheet.
Currently, one has to manually download the spreadsheet
2009 Feb 03
5
reading .odf spreadsheet into R
I have searched the archives and I did not find the answer to my
question. Is there a way to read in a .odf spreadsheet without
modification to a .csv file. I am analyzing my classes scores on
their first exam, and would like to read the grade book in without
converting it to .csv.
thanks
--
Stephen Sefick
Let's not spend our time and resources thinking about things that are
so little or
2011 Apr 29
2
read.csv fails to read a CSV file from google docs
Hello all,
I wish to use read.csv to read a google doc spreadsheet.
I try using the following code:
data_url <- "
http://spreadsheets0.google.com/spreadsheet/pub?hl=en&hl=en&key=0AgMhDTVek_sDdGI2YzY2R1ZESDlmZS1VYUxvblQ0REE&single=true&gid=0&output=csv
"
read.csv(data_url)
Which results in the following error:
Error in file(file, "rt") : cannot open
2012 Apr 05
4
Help Using Spreadsheets
Hello,
I am a new user of R and I am trying to use the data I am reading from a spreadsheet.
I installed the xlsReadWrite package and I am able to read data from this files, but how can I assign the colums into values?
E.g:
as I read a spreadsheet like this one:
A B
1 2
4 9
I manually assign the values:
A<-c(1,4)
B<-c(2,9)
to plot it on a graph:
plot(A,B)
or make histograms:
hist(A)
But