Displaying 8 results from an estimated 8 matches for "blackhawk".
Did you mean:
blackham
2007 May 21
3
can't create workstation account
> Are you joining a Samba domain ? If so, that error msg is
> probably not your problem.
Yes, I try to...
Does somebody have a hint form e, plz?
Best regards
Sascha
2002 Jun 30
7
FW: Accessing Samba share with Win2k
Since I haven't had a response to my earlier post, I'm reposting this with
some more info.
I'm running Samba version 2.07 on Redhat Linux 7.0.
Here is my smb.conf file:
# Samba config file created using SWAT
# from greyowl.swamp.ca (192.168.0.5)
# Date: 2002/06/26 00:29:59
# Global parameters
[global]
workgroup = SWAMP
netbios name = BALDEAGLE
server
2008 Mar 25
2
Incorrect behavior in 64-bit version (PR#11034)
Full_Name: Lodewijk Bonebakker
Version: v2.6.2
OS: Solaris, x86, snv_80
Submission from: (NULL) (192.18.43.225)
when I build R in 32-bit mode on my 64-bit OS, R works as expected:
R version 2.6.2 (2008-02-08)
...
Type 'q()' to quit R.
> m <- matrix(ncol=2,c(1:6))
>
> m
[,1] [,2]
[1,] 1 4
[2,] 2 5
[3,] 3 6
> n <- log10(m)
> n
[,1]
2010 Mar 05
3
Operating System Variable
Hi.
Is there an easy way (analogous to the $^O variable in perl) to find
out what operating system R is currently using?
Thanks.
2002 Jul 23
0
NMBD cannot find Domain Master
...n_master_name_query_fail:
Unable to find the Domain Master Browser name SWAMP<1b> for the workgroup
SWAMP.
Unable to sync browse lists in this workgroup.
NMBD generates these messages approximately every 15 minutes. Here's my
smb.conf:
# Samba config file created using SWAT
# from blackhawk.swamp.ca (192.168.0.1)
# Date: 2002/07/23 12:29:34
# Global parameters
[global]
workgroup = SWAMP
netbios name = BALDEAGLE
server string = Samba Server %h
interfaces = 192.168.0.2/24 127.0.0.1/24
bind interfaces only = Yes
security = SHARE
encrypt passwords = Yes
null passwords = Yes
unix...
2003 Dec 01
0
No subject
...at 15:16, Janyce Wynter wrote:
> > I'll keep that under consideration (I'm a bit rusty at rpm's). But given
the
> >
> > way the file ownership seems to be working, I think it's more of a Win2k
> > configuration issue. I think I need to tell my Win2K machine (blackhawk)
> > that
> > Janyce is a member of the smb group on the samba server baldeagle. (And
I
> > don't
> > know how to do that.)
> You need to add your user to the smbpasswd file
>
> eg. smbpasswd -a <username>
>
> If the username and password are the sam...
2002 Aug 25
3
How do I create a globally accessible directory [partly solved] (XP works/98 doesn't)
I just want a simple, globally accessible directory for anyone on my
LAN. I don't care who they are, who they're logged in as on their
windows machine, I don't care about security (it's my own private
LAN!!!). Why is this so difficult to do? I've looked through the
archives (which by the way, could someone spend a few minutes and put a
SEARCH feature there. Following threads
2010 Dec 13
22
OT: programming language for morons (newbie friendly language in Open Source world)
Hi folks
I have more than 12 years experience with UNIX system administration,
but I am too stupid for programming. My only programming experience is
shell scripting. I tried to learn Java, but don't understand it
because it is too complicated for my limited brainpower.
What programming language should I learn?
A friend said that C-Sharp (Mono) is very simple. Is this true?
cheers Sven