similar to: Samba client not visible for XP

Displaying 20 results from an estimated 2000 matches similar to: "Samba client not visible for XP"

2002 Jul 16
0
samba server not visible
Can anybody explain the following? I have two situations, one old and one new ;-) Old situation: - OS = win98 Samba = 2.2.??? (forgot, but this hasn't changed) Samba server visible in workgroup = NO Samba server connectable by name = YES (\\server\share) New situation: - OS = Win XP Samba = 2.2.??? (yep, still the same one, same config file) Samba server visible in workgroup =
2007 Jun 12
2
[LLVMdev] Problems with the tools
I just built LLVM 2.0 on Windows with Visual C++ 2005. After a few tweaks, it produced several nice .exe files. I tried to compile a simple Hello-World program as given in the documentation: -------------------------------------------------------------------------------------- ; Declare the string constant as a global constant... %.LC0 = internal constant [13 x i8 ] c"hello
2010 Mar 11
1
argument is of length zero
I am new to R, so I beg your indulgence. > a='hello world' > if (grep('hellow',a)) { print("wow") } else { print("wow2") } Error in if (grep("hellow", a)) { : argument is of length zero What is the proper syntax to ensure that "wow2" gets printed? Thank you for your help! Dan [[alternative HTML version deleted]]
2002 Jun 28
1
AW: samba and PDC don't trust
hi! you have to add the machine account like: useradd -s /bin/false -d /dev/null machineaccount$ passwd -l machineaccount$ smbpasswd -a -m machineaccount have you done this? gianluca -----Urspr?ngliche Nachricht----- Von: Michiel_Lange@actuera.nl [mailto:Michiel_Lange@actuera.nl] Gesendet: Freitag, 28. Juni 2002 16:21 An: samba@samba.org Betreff: [Samba] samba and PDC don't
2007 Jun 12
2
[LLVMdev] LLVM binaries for Windows and more
> -----Ursprüngliche Nachricht----- > Von: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Gesendet: 12.06.07 19:24:12 > An: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Betreff: Re: [LLVMdev] LLVM binaries for Windows and more > > On Tue, 12 Jun 2007, Andreas Rumpf wrote: > > I want to use LLVM for my own "pet" programming
2007 Nov 25
1
[LLVMdev] OCaml bindings
On Nov 25, 2007, at 11:49, Jon Harrop wrote: > On Sunday 25 November 2007 12:23, Gordon Henriksen wrote: > >> If ocamlc is on your path, then 'configure; make; make install' >> should install the bindings in your ocaml lib. > > Right. I hadn't noticed they were already installed after llvm "make > install" in: > > /usr/local/lib/ocaml/
2002 Oct 31
2
quota support on AIX
Hellow, members I want to use SAMBA with disk quota support on AIX machine, but have not succeeded yet. Are there any members who could succeeded setting up SAMBA on that environment? OS:AIX4.3.3 SAMBA:2.2.5 configure option:--with-quotas First, I configured AIX's quota environment, and confirmed quota worked fine. And I accessed to SAMBA, but disk size displayed on Windows explorer did
2007 Nov 25
5
[LLVMdev] OCaml
On Sunday 25 November 2007 12:23, Gordon Henriksen wrote: > On 2007-11-24, at 21:58, Jon Harrop wrote: > > - Garbage collection tuned for functional programming > > http://llvm.org/docs/GarbageCollection.html > > I've been doing some interesting work on this front. Getting Lattner- > cycles to have it reviewed and integrated is probably the biggest > challenge; LLVM
2008 Jun 26
3
LDS Scripture Search Reverse Text
Hi, I'm running ubuntu 8.04, wine-1.0, and I used the recommended package installation script (hardy.sh). A bit of background on the problem - there was no problem at some point prior to my upgrade to ubuntu 8.04 (I hadn't used the program for some time). I could use the search function just fine. After my upgrade, when you used the "search" function, it would crash the
2005 Aug 24
4
named is up but does not respond to queries
CentOS 4.1/bind-9.2.4-2. I have named serving as a cache DNS server plus SOA for a local intranet zone. The problem I am encountering - over a period of time it stops responding to queries. nmap scan from a different host shows port 53 is visible. I can telnet to the port but all queries to server time out. So much so that "service named status" and "service named
2017 Oct 17
2
delay in establishing network connectivity
hello, centos 7 If the system (wired static IP#) is powered down and stayed powered down for some period: let say 48 hours or so .... when it is rebooted again it can not establish a network connectivity for some time: 7 to 15 minutes and then everything network wise is fine... I am unable to spot any errors in various system logs. If you think this is on the OS/system side .... where do you
2006 Feb 22
1
Detecting disconnect on TDM400P with 3 FXO ports and 1 FXS port
Hellow everyone, here's an other newby question. I've got a * configured with the card in the subject line. At times Asterisk fails to notice a disconet from the incoming line going into one of the FXO ports. Consequently it just keeps the line off-hook for ever and that causes my provider to mark the line aut of order. Is there any way to "help" Asterisk notice the disconect?
2009 Jun 29
1
ISP< ->Asterisk <-> ATA <->DIALUP
Hellow, * I have a problem with dial up signalling. currently I have configured asterisk server and E1 card to ISP. then other side I am having ATA to PC for connecting internet through DialUP connection. is it possible and please send me the procedure how I can do it ?? * ISP< <-> Asterisk <-> ATA <-> DIALUP -- Thanks & Regards, Vidura Senadeera, Sri Lanka.
2002 Jul 18
1
Cannot copy files to samba share. (A little off-topic)
I've created a share in Samba (2.2.3a) and cannot copy or create files in it. I know I've missed something, but am unable to find the error. Any help is appreciated. I'm logged on with username nick (correctly as I can add files to my Home directory...) smb.conf [global] workgroup = kbnn server string = Business Linux/Samba Server hosts allow = 10.0.4. 127. remote announce =
2012 Apr 27
6
Min , Max
Hellow everyone, This code bellow will calculate average daily wind speed(measurements are taken every three hours).Any ideas how to take the Min and Max instead of average. library(Matrix) setwd("C:\\Users\\aalyaari\\Desktop\\img") listfile<-dir() long <- file("C:\\Users\\aalyaari\\Desktop\\New folder (5)\\inra.bin", "rb") A=readBin(long, integer(),
2007 Jun 13
0
[LLVMdev] LLVM binaries for Windows and more
> > I volunteer. As soon as I get everything to work. > > > > Next problem: I now have the hello.bc file compiled. But how do I get an executable from this? I tried: > > > > C:\Eigenes\compiler\llvm-2.0\win32\release>llvm-ld -o=hellow.exe hellow.bc > > llvm-ld: Could not find llvm-stub.exe executable! > > > > So, I don't have
2005 Mar 28
6
Can I run windows console (command line) applications using WINE
Hi, I understand Windows UI applications can run in Linux using wine. 1. Can I run console/command line applications also? 2. If yes, a how can a shell script running on Linux invoke the console/command line application. (A sample would be great) Thanks, Susheel -------------- next part -------------- An HTML attachment was scrubbed... URL:
2001 Apr 11
1
openssh 2.5.2p2/Solaris 5.8 problems
openssh 2.5.2p2 on Solaris 8 has PAM/cron problems. If I build it with PAM then cron quits working giving "cron audit problem." errors. If I turn PAM off then cron works but I get kicked out of any session where a password is needed (i.e. no .rhosts/.shosts or not using ssh-agent) with the message "Connection closed by IP#". I get through if I have a .rhosts/.shosts or use
2007 Nov 25
0
[LLVMdev] OCaml bindings
On Sunday 25 November 2007 20:01, Gordon Henriksen wrote: > On Nov 25, 2007, at 11:49, Jon Harrop wrote: > > On Sunday 25 November 2007 12:23, Gordon Henriksen wrote: > >> If ocamlc is on your path, then 'configure; make; make install' > >> should install the bindings in your ocaml lib. > > > > Right. I hadn't noticed they were already installed
2015 Jul 29
0
Deafness
hi ya On Tue, Jul 28, 2015 at 11:35:31PM -0400, Chris Ross wrote: > > > On Jul 28, 2015, at 21:52 , Steffan Cline <steffan at hldns.com> wrote: > > > > Ok, I think I have come a little further. > > > > When dovecot stops accepting connections, I checked netstat and found this: > > > > [root at hosting1 ~]# netstat -an | grep 993 > >