Displaying 20 results from an estimated 20000 matches similar to: "Join Linux client to Samba PDC domain"
2007 Feb 22
5
Combine ferret with database
Hello list,
I wonder if someone has some tips on joining a ferret search with a
database.
I have a rails project using a postgresql backend and I would like to
utilize the superb performance of ferret for fulltext searching.
The problem is that I have to joined the result with the database as
I have some user access rights to different documents to take into
account.
Does anyone have
2007 Mar 06
3
Highlight method creates malformed characters.
Hello list,
I''ve just updated to 0.11.3 and I came upon this problem.
When using the highlight function in a rails application I sometimes
get the error "Malformed UTF-8 character."
It is just on certain documents and if I change the excerpt length
the error disappears so it feels that if the highlight method cuts
the text at the wrong character the function returns a
2006 Mar 08
3
date created attribute doesn't seem right
Greetings,
I've setup a samba server (ver 3.0.14a-3) on debian sarge. When I copy files to the server, the 'date created' attribute is always the same value as the 'date modified' attribute. The 'date modified' attribute remains the same, but the 'date created' changes as noted above.
I also have a snap server which has the same type of behavior. It is my
2011 Nov 04
3
replace double backslash with singel backslash
I want to replace \\ with \ in:
str <-
"C:\\DOKUME~1\\u0327336\\LOKALE~1\\Temp\\RtmpQ5NJ8X\\TIRIS_PICS\\1_Img.jpg"
and tried:
gsub("\\\\", "\\", str)
but this removes the \\ without replacing them by \
Any help much appreciated,
Kay
-----
------------------------
Kay Cichini
Postgraduate student
Institute of Botany
Univ. of Innsbruck
------------------------
2005 Dec 13
2
NET VIEW equivalent in Samba
Hi!
Is there a NET VIEW equivalent in samba?
I looked at smbclient -L but then I have to know the browser master.
I only want to specifiy a workgroup..
Regards,
Henrik
2006 Apr 27
12
Execute controller function from RJS
Hi all,
I wonder if it is somehow possible to execture or redirect to a
controller function from RJS?
Right now I do:
def foo()
render :partial => ''executeagain''
end
_executeagain.rhtml
<script>
new Ajax.Updater(''elmntID'', ''/test/foo/'', {evalScripts:true});
</script>
This will loop I know :)
How can I achieve the same
2006 Jan 19
3
html excel file
hallo,
i have a problem reading in the above mentioned kind of a file.
does anybody know an easy way how to read it in?
i can save it as a text file that looks like:
Datum des Fixings
Restlaufzeit
1 Jahr
2 Jahre
3 Jahre
4 Jahre
5 Jahre
6 Jahre
7 Jahre
8 Jahre
9 Jahre
10 Jahre
12 Jahre
15 Jahre
13.01.06
2.819
2.983
3.073
3.137
3.194
3.247
3.302
3.355
3.409
3.459
3.548
3.649
12.01.06
2.847
2010 Jul 29
1
Add bwlimit to SSH Single Use Deamon
Hello List.
is there any way to add an bwlimit to an SSH Singel USe Deamon?
My cutomer want to use ssh and i want to set an Bandwith limit.
As long that bwlimit is not an rsyncd.conf option i see no way to add ist
for ssh connections.
I am using debian Lenny with rsync 3.0.3
Thnaks,
Mark
--
Mark Eisenbl?tter
Gei?end?rfer & Leschinsky GmbH
www.gl-systemhaus.de
-------------- next part
2007 Jul 23
2
uwb bitrates
Hello
I just wrote a little application using speex. I am compressing and packing singel frames to transmit them. Now I read in the manual, that it's possible to achieve higher bit rates by packing more than one frames at once. Unfortunately there is no table included at the manual, that shows the "real" bitrates of ultra wide band mode. So my question is: Can someone provide that
2010 Jun 16
2
Transferring PDC responsibility without LDAP
I'm using a NT4-style domain on my home network, with Samba 3.5.3 acting
as PDC. I would like to transfer PDC responsibilty to a different
GNU/Linux machine so I can retire the original PDC.
With Windows DCs, I understand this is simple -- just create a BDC,
promote it, and remove the old. However, an analogous approach would be
problematic here, because in Samba going from one DC to two is
2009 Dec 02
2
lattice: adding information on number of observations
Dear R-users,
I am using R version 2.9.1 and lattice 0.17-26 under windows.
In a lattice boxplot, I would like to add information on how many observations each singel boxplot is based upon.
For example (the basic plot):
# Begin R-code
library(lattice)
dat <- data.frame(panvar = rep(c("A","B","A","B"), c(3,7,4,6)), grp = rep(c("grp1",
2006 Jan 23
2
psexec unix equivalent
Hello!
I don`t know if there is a port of psexec for unix yet (haven`t followed the list for some time) - but since it has been discussed on this list several times and i didn`t find any news about the current state of the "psexec unix port"- i`d like to tell that i found a psexec equivalent by chance - WITH SOURCECODE INCLUDED !
:)
take a look at
2006 Apr 13
2
Big performance difference between smbclient put/get
Hi list,
I'm using Samba 3.0.21 on a FC4 box.
When copying files using smbclient I get huge speed differences
between put and get commands.
smb: \> put backup.tar
putting file backup.tar as \backup.tar (543.0 kb/s) (average 543.0 kb/s)
smb: \> get backup.tar
getting file \backup.tar of size 31549440 as backup.tar (7681.4 kb/s)
(average 7681.4 kb/s)
smb: \> put backup.tar
2006 Jan 18
1
List shares of win client w/o user/pass
Hi list,
Is it possible to list shares of a windows machine without supplying
user/pass?
Or is it just possible if they have the guest account enabled?
If not, how come if your try to access to a machine from gui you get
a list of shares to connect to BEFORE you supply a user pass?
Cheers,
Henrik
2007 Jul 12
1
Using setuid on smbd
Hello list,
I wonder if it is a really bad idea to setuid bit on samba daemons to
make them start with root privileges?
I need it in an embedded systems where the daemons are started by a
non root user and I don't have access to sudo etc and we all know
that smbd should run under root.
Cheers,
henke
2005 Feb 02
1
Unable to join domain using ldap backend
net rpc join
Create of workstation account failed
User specified does not have administrator privileges
Unable to join domain BOB
I'm logged in as root.
I setup ldap using the Idealx instructions and latest scripts.
I can add users and see the samba server ie smbclient -L bob
-Uroot%secret
I set the password for the Administrator account and it is also set uid 0.
I set the secrets.tdb
1998 Oct 08
3
digest...
Hi
I get this mailing-list as a digest (as everyone does, i guess). This is
quite inconvinient for answering single questions.. I every digest there is
a message with Subject: Re: Samba dingest <NR>... This makes it hard to keep
track about whath message the replay is ment for.
Another problem is, that mime-attachments don?t seem to work. This is
especially bad, because some Microsoft
2006 May 16
1
How to handle special characters in filenames
Hi,
I'm using samba 3.0.21 on a FC 4 box.
I'm connecting to Win XP pro clients.
Using smbclient I can get and put files which contain '%' in file names.
Using libsmbclient smbc_open this is not possible. I get 'No such
file or directory Errno::ENOENT' error.
Any ideas how to solve this.
I guess it has to do with escaping special characters in smb urls but
I
2007 Mar 19
7
Many index files
I''m using acts_as_ferret and have indexed a model with acts_as_ferret
:fields => [:name, :ascii_name, :alt_names], :single_index => true.
Now in the index directory more than 95.000 files are generated! The
number of tuples I''m indexing is approx. 86.000.
I can''t remember this from earlier ferret/acts_as_ferret versions where
I''ve indexed millions of
2005 Oct 04
3
Net Rpc Logoff possible?
Hello!
I wonder if it is possible to send a logoff rpc signal?
If it is not possible as today would it be possible if we could trace
the rpc logoff signal sent p? MS own products?
Any suggestions are welcome!
Regards
Henrik