Displaying 20 results from an estimated 1100 matches similar to: "volume parameter PLEASE!"
2004 Apr 21
2
Execute command as windows administrator
Hi,
i have installed samba 2.2x PDC+ openldap server and
i have many windows clients (~500 computers).
All works ok but i need automatize some tasks,
for example i need install many programs on windows
clients (new antivirus, new version of ftp client, etc.)
The question:
Exist any way for install a program as windows administrator
when the user login on samba pdc?
If i add a user on
2005 Aug 15
2
Newbie rendering problem
Hi
On every list request i render an item partial through a collection of
items. the item table has 3 columns namely name,anotherName and id. the
item partial looks like
<%@item=item%>
<%= error_messages_for(:item) %>
<tr id="<%=item.id%>">
<% for column in Item.content_columns %>
<td><%=h item.send(column.name) %></td>
<%
2008 Oct 22
1
Disabling the auto-complete feature in named list indexing
Is there any way to disable the auto-complete feature when we index a named
list?
E.g: a <- list ('longname'=1, 'anothername'=2)
a$l will return 1 and a$a will return 2
the '[[' operator behaves in the same way, the '[' operator does not do
autocomplete.
Is there any way to disable autocomplete for all the operators?
Thanks
Pradheep
[[alternative HTML version
2005 Feb 14
0
Problem when i join Win XP-SP2 client to samba
Hi, i have a lot of win XP clients with SP2 preinstalled and when i try to join to samba PDC i get an error:
[...]
user unknown or incorrect password.
[...]
The other clients (win 2000-SP4, NT-SP6, XP-SP1) work correctly, the problem is with XP-SP2. My version of samba is samba-2.2.8a.
Exists any solution without having to update to last samba?
thanks
Joan Ramos Ramos
2005 Feb 22
1
Samba 2.2.8 PDC to samba 3.0.11. Consecuences ?
Hello, i have a question, i have a samba 2.2.8 pdc with a lot of windows clients, ~1000
approximately. What happens with the joint clients if i upgrade to 3.0.11 ?
I don't want to return to join 1000 computers!
thanks
Joan Ramos Ramos <mailto:joanr@uni-post.com>
Dpto. Inform?tica
Tel.: +34 932 232 552 (Ext. 260)
Fax.: +34 932 230 151
2005 Feb 24
0
Gethostbyaddr failed
I'm installing samba 3 but when i try to mount a share from windows i get this error:
Gethostbyaddr failed for 192.168.1.5
Any solution?
thanks
Joan Ramos Ramos <mailto:joanr@uni-post.com>
Dpto. Inform?tica
Tel.: +34 932 232 552 (Ext. 260)
Fax.: +34 932 230 151
2005 Mar 09
1
samba 3 and ldapsam_compat
Hi, i'm trying to configure a samba-3.0.9-2.3 with suse 9.2 and openldap2-2.1.12-74 in another server but i have a strange problem. My samba schema is old and i have use the ldapsam_compat parameter on samba 3.
My problem:
I mount a share of samba 3 server on my linux:
# mount -t smbfs -o username=joanr //192.9.200.147/dpd /mnt
Password:
30004: tree connect failed: ERRDOS - ERRnoaccess
2007 May 02
0
Samba 3.x and PCNetLink domain trusts]]]
It looks as if 2-way trusts are working between Samba and PCNL and
between Samba/NT4. The one exception seems to be logging in as
Samba/myname on the ENT4 PDC.
I had created a ENT4/myname account. I had forgotten to add
SAMBA/myname to the local users group on the ENT4 PDC before trying to
the ENT4 PDC as SAMBA/myname. If I log in as SAMBA/anothername it is
OK. This isn't real show
2003 Oct 12
6
Rd problems
Hola!
I have the following in a .Rd file:
\eqn{\mbox{coef} = c(\mbox{coef}[1],\ldots, \mbox{coef}[n]) }
{coef = c(coef[1], coef[2], \dots, coef[n])}
However, both arguments come out in the latex file!
Whats happening?
Kjetil Halvorsen
2010 Nov 15
3
indexing lists
Hi List,
I'm trying to work out how to use which(), or another function, to find the
top-level index of a list item based on a condition. An example will clarify
my question.
a <- list(c(1,2),c(3,4))
a
[[1]]
[1] 1 2
[[2]]
[1] 3 4
I want to find the top level index of c(1,2), which should return 1 since;
a[[1]]
[1] 1 2
I can't seem to work out the syntax. I've tried;
which(a
2010 Nov 05
1
Una guía de estilo para programar en R...
Hola,
He seguido con interés el mensaje de Carlos sobre la guía de estilo para
programar en R aparecida en Google y las reacciones que ha generado.
En líneas generales creo que la guía Google es bastante floja, estoy de
acuerdo con la mayoría de comentarios iniciales de Carlos y en particular
con el hecho de que no trata en absoluto (ni lógicamente promueve) la
creación de packages. Otro
2012 Nov 30
0
[LLVMdev] MC and admisible function names
Hi Óscar,
I'm not aware of any intentional function name limitations with MCJIT. It's entirely possible that something somewhere is rejecting the name for one reason or another (intentionally or otherwise).
When you call getPointerToFunction in MCJIT, it will ultimately call RuntimeDyldImpl::getSymbolLoadAddress to look the name up in a table of known function names. That table gets
2012 Nov 30
2
[LLVMdev] MC and admisible function names
While using MCJIT, when I define a function with name
Fn_.._lib_rc-variant.lp0_17_0x706970
ExecutionEngine::getPointerToFunction fails to locate it (returns 0).
There is no problem if the function is named Fn_0x706970.
There is no problem with those names using the traditional JIT.
Is there any special limitation on function names for MC/MCJIT?
2009 Mar 29
3
Does WINS need to be populated or configured?
Hi All,
Now that I have winbind running and
wins support = yes
in my smb.conf, am I missing something?
Like setting up WINS, configuring it,
populating it, etc.?
Can someone point me to documentation on
what to do (administrate) WINS?
Many thanks,
-T
2011 Apr 12
4
[LLVMdev] llvm wiki now a spamfarm
On Apr 12, 2011, at 1:15 AM, Renato Golin wrote:
> On 11 April 2011 22:13, Chris Lattner <clattner at apple.com> wrote:
>> Hi Renato,
>>
>> How is a wiki with passwords different than an web site in SVN?
>
> Not much, but there is one thing where it's better: you don't have to
> give commit access to the trunk to someone who only needs to
>
2017 Feb 10
7
Wich web browser on CentOS6 ?
Hello
I have more and more troubles using firefox in professional environment with
CentOS6. The latest version is 45.7.0 But I can't use it anymore to access some
old server hardware (IDRAC7 of DELL C6100) because of
"/SSL_ERROR_WEAK_SERVER_CERT_KEY/". I had to install an old Firefox32 version
to administrate these servers.
Today I upgrade the firmware of 2 DELL switch and now
2003 Sep 10
1
Finding out who's on, from a Win2k Perl Script
Hi list members.
There probably isn't an answer for this, but just in case there is...
I have samba running as a PDC (Samba 2.2.8a, RH7.3, Win2k clients). On
one of the Win2k Clients (one I use for admin work), I have apache2 and
Perl. One of my CGI-BIN scripts uses perl to do some web pages (nothing
large scale, private use mainly with a ODBC database on the workstation.
My question is, if
2005 Feb 25
1
Srvtools causes smbldap_open: cannot access LDAP when not root
I am using Samba 3.0.10-1 on Fedora Core 3. Most everything seems to be
working as I expect it to except when I try to use the srvtools package to
administrate the users and groups in the domain.
I want to check and see whether maybe I am just misunderstanding usage as
opposed to their being a configuration problem.
If I log into my workstation as Administrator, either the local account or
into
2013 Nov 07
1
[LLVMdev] Is $ not allowed in names?
On 07/11/13 16:20, Óscar Fuentes wrote:
> You are using MCJIT, aren't you?
I'm using the JIT created by "EngineBuilder.setEngineKind(
EngineKind::JIT )". Is that MCJIT?
> `$' is a valid character on LLVM. However, MCJIT adds the naming
> restrictions imposed by the object file spec it uses (ELF, IIRC). Which
> is something quite nasty to do for a JIT engine,
2002 Jan 02
6
Administration
I know this may sound a bit lazy, but I don't really wanna bother with
writing many scripts from the Administration of my SMB-2.2.2 as an NT PDC
Box... (like adding users, deleting users, adding shares and modifying
passwords stuffs, knowing that I do the Unix-SMB password sync)... So does
anyone have good scripts, or some reference pages?? I searched everywhere in
vain for that...
Thanks in