Displaying 20 results from an estimated 40 matches for "wde".
Did you mean:
de
2005 Feb 22
2
How current is the HOWTO collection?
...as bugs?
I'm struggling with a new install of Samba that's more complex than
I've tried before, and I keep the two Samba dead-tree books open on my
desk -- but if the online docs in the tarball are more current than the
books, these heavy things are going up on my shelf!
Thanks.
-wde
--
Will Enestvedt
UNIX System Administrator
Johnson & Wales University -- Providence, RI
2003 Dec 19
2
Printing OK on 98, "Access denied" on XP Pro
...te those lines when I solve this problem. I commented out the printcap line because I don't want to share all the printers: I have a lot configured on this Sun but use a Windows print server to publishing them to desktop PC users.)
Any suggestions? Thanks in advance for everyone's time.
-wde
--
Will Enestvedt
UNIX System Administrator
Johnson & Wales University -- Providence, RI
2005 Apr 27
2
Changes to HOWTO and maybe Samba Guide for Solaris patches
...search/advsearch.do?collection=PATCH&type=collec
tions&max=50&language=en&queryKey5=112960;rev=14&toDocument=yes
(Yeah, that's all one line.)
I just thought I should mention it, in case there are other specific
URLs for Sun web pages in the (wonderful!) documentation.
-wde
--
Will Enestvedt
UNIX System Administrator
Johnson & Wales University -- Providence, RI
2003 Nov 18
2
Basic Sol8 compile question
...here. I get lots and lots of "cannot find include file" messages whether ot not I try ot use --with-pam or --with-winbind.
I don't think it's a problem with the makefile since it happens in 3.0.0 and 3.0.1pre3 (and also because I feel the problem very likely is me).
Thanks.
-wde
--
Will Enestvedt
UNIX System Administrator
Johnson & Wales University -- Providence, RI
William.Enestvedt@jwu.edu
Phone: (401) 598-1584 -- Cell: (401) 258-9169
2004 Feb 02
2
Solaris 8 & Samba 3: "address already in use"
...-ssn stream tcp nowait root /usr/local/samba/sbin/smbd smbd
netbios-ns dgram upd wait root /usr/local/samba/sbin/nmbd nmbd
microsoft-ds stream tcp nowait root /usr/local/samba/sbin/smbd smbd
------end inetd.conf------
Are any of my entries incorrect?
Thanks for the help.
-wde
--
Will Enestvedt
UNIX System Administrator
Johnson & Wales University -- Providence, RI
2005 Feb 24
2
Testing LDAP: ssh connection refused
Hi all,
I installed a samba 3 PDC with LDAP.
I created a system account in LDAP (smbldap-useradd -m
testuser). When I try to login on my system as
testuser (ssh testuser@PDC-SRV.DOMAIN.ORG) I get the
following message:
ssh: connect to host PDC-SRV.DOMAIN.ORG port 22:
Connection refused.
However, if I connect to my system using with the root
account(ssh root@ip_address) that successes.
Would you
2005 Mar 10
1
Tiny HOWTO edit
On page 206 of the Samba-HOWTO-Collection PDF, in the seventh paragraph,
the word "use" appears to be missing from the sentence, "When Samba is
being used as the PDC and BDC the of an LDAP..." -- but that could just
be me.
-wde
--
Will Enestvedt
UNIX System Administrator
Johnson & Wales University -- Providence, RI
2005 Oct 26
1
Borland C++ and [R] dyn.load() for windows
...onvolve(double *a, int *na, double *b, int *nb, double *ab)
{
int i, j, nab = *na + *nb - 1;
for(i = 0; i < nab; i++)
ab[i] = 0.0;
for(i = 0; i < *na; i++)
for(j = 0; j < *nb; j++)
ab[i + j] += a[i] * b[j];
}
I used
"bcc32 -Ic:\Borland\bcc55\include -Lc:\Borland\bcc55\Lib -u- -6 -O2 -WDE
c:\Borland\bcc55\convolve.c"
to get "convolve.dll". It seemed fine.
When I used dyn.load("C:\\Borland\\BCC55\\Bin\\convolve.dll") in R (Version
2.0.1 ), it seemed fine also, no warning or error messages. However, when I
used is.loaded("convolve") to check if i...
2003 Dec 19
3
Can't compile 3.01 on Solaris
I can't get 3.0.1 to fully compile on my Solaris machines(2.6 and 2.8) Below
is an example the error I am getting. Note, that it errored out earlier with
the same problem, I typed make again and it went on to the next file, got
the same error about a file with extension .o.o not existing.
The actual error:
---
Compiling lib/replace1.c with -KPIC
mv: cannot access lib/replace1.po.o.o
***
2005 Apr 01
2
samba & ads problem
I follow the procedure for the integration of Samba
3.0.13 in Ads environement, but when I enter the
command "net ads join -U administrator" system return
me this error:
------errrrrrror--------
morgoth:/usr/local/samba/bin# ./net ads join -U
administrator
administrateur's password:
[2005/04/01 16:34:48, 0]
utils/net_ads.c:ads_startup(191)
ads_connect: No such file or directory
2005 Apr 14
11
Repeat Review Request
Folks,
I like criticism! Please give me lots of it - particularly in respect of the
updated "Samba-Guide". It should now be up on the Samba mirror sites.
You can download it from:
http://www.samba.org/samba/docs/Samba-Guide.pdf
I have incorporated all feedback into this book. Did I get it right this time
or should I give up?
So far, not a word of feedback is deafening!
Is it
2006 Feb 09
0
(no subject)
...riting R Extensions'. Then build the DLL by (gcc)
...\bin\R CMD SHLIB X.cc X_main.cc
or (VC++, which requires extension .cpp)
cl /MT /c X.cpp X_main.cpp
link /dll /out:X.dll /export:X_main X.obj X_main.obj
or (Borland C++, which also requires extension .cpp)
bcc32 -u- -WDE X.cpp X_main.cpp
and call the entry point(s) in X_R, such as X_main. Construction of static variables will occur when the DLL is loaded, and destruction when the DLL is unloaded, usually when R terminates.
Note that you will not see the messages from this example in the GUI console: see the next...
2005 Nov 18
2
x windows and i810 chipset
I have an i810 chipset and am trying to set a custom mode.
X is not taking that mode.
Has anyone else run into this situation?
How do I get X to take the mode on an i810 driver.
Jerry
2003 Jan 27
1
TDB to text
I seem to recall the existence of a utility to convert (dump?) TDB files
into text format so one could peruse the contents. I also seem to
recall that one could do the reverse - build a TDB from a text file.
Is this true? Does this utility exist? Would I have to hack my own out
of the TDB code in Samba?
Best
Diego
2003 Nov 18
0
Is print-serving this easy? Also, Sol8 compile problem
...rror: Command failed for target `nsswitch/wb_common.po.o'
------end error message------
In the directory mentioned in the error, the file "wb_common.po.o" exists, but there's certainly no file named "wb_common.po.o.o". (I'm using Sun's compiler.)
Any ideas?
-wde
--
Will Enestvedt
UNIX System Administrator
Johnson & Wales University -- Providence, RI
2003 Nov 22
1
Samba and Swat Installation Question
Hi group
I followed the how to to install SAMBA directly from the website. I
download the
latest source file,compile, and install it. My
question is where does the smb.conf resides? I look
all the samba directories and i don't find it. Should i make it from a
scratch or load the one that comes with the
distro(RH9).Also on SWAT what can cause this a error "connection refused
when
2003 Dec 22
2
Printers and other stuff
Well.. okay. Only printers.
I am still having issues (pains, actually) getting my pritner shares to
work from either Linux OR Windows 2000. One of the things I see here is
that the majority of users use CUPS as the printing daemon. From my
previous Unix experieince, I have gravitated towards BSD as my printing
daemon.
Could this be the reason I am having trouble> Does Samba work better
with
2004 Jan 04
0
Why does lpstat run on Solaris Samba 3.0.1?
...a complaint that the "lp system isn't running."
So where does Samba call lpstat to produce those log entries, and how can I make it not run? I don't honestly need it, because I have other tools to get the status of my printers...but does Samba need it?
Thanks for any advice.
-wde
--
Will Enestvedt
UNIX System Administrator
Johnson & Wales University -- Providence, RI
2004 Jan 21
0
Custom form and anonymous printing
...e out with anonymous access from v. 3.0.1 on Solaris 8 to Windows 98 & XP Pro clients.
Should I change the server to require a password and then set this (according to pages 236 ff. of the new Samba book) and change it back, or is there another way?
Thanks in advance for any suggestions.
-wde
--
Will Enestvedt
UNIX System Administrator
Johnson & Wales University -- Providence, RI
2004 Feb 02
0
Slow printing on Solaris 8/Samba 3.0.1 and oplopcks
...ut three local print queues and no filesystems on this Sun to Windows XP and some 98 clients.)
I would like to speed up the throughput, but I'm seeing a couple of errors.
First, I found a suggestion on the web to add the following to my smb.conf:
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE
SO_SNDBUF=16384 SO_RCVBUF=16384
read raw = yes
write raw = yes
oplocks = no
Unfortunately, I get errors when I have the last item enabled; they say "Invalid combination of parameters for service <name_of_my_printer_queue>. Level II oplocks ca...