similar to: Windows lost Samba server

Displaying 20 results from an estimated 5000 matches similar to: "Windows lost Samba server"

2005 Nov 07
1
User Manager Tools
I loaded the NT4 Domain Manager tools and tried to use UserMgr to add some users. The add users sections of the menu are grayed out and I cannot do the deed. I've tried a variety of things. The machine was a member of the domain, I was logged in a administrator, which seemed to map as root in Samba, but still all I could do is look, not touch. Any ideas what I did wrong this time?
2005 Oct 27
1
Netbios over more then one protocol
Hi, i'm reading: samba-3.0.20a/docs/htmldocs/Samba3-HOWTO/NetworkBrowsing.html#id2564441 ... The election process is /fought out, so to speak/ over every NetBIOS network interface. In the case of a Windows 9x/Me machine that has both TCP/IP and IPX installed and has NetBIOS enabled over both protocols, the election will be decided over both protocols. As often happens, if the Windows 9x/Me
2011 Jun 09
2
Problem with a if statement inside a function
I have a really long functions, and at the end of the function, I am using a if statement to tag certain keywords based on whether they have certain values contained in them. However, the if statement doesn't seem to work. When I had split up the commands into various functions, it worked fine, but I'm not sure what going on now that it's combined into a single function. myfunc
2005 Mar 03
4
Getting phpconfig to work?
No, I have apache 1.3.33 and mod_ssl 2.8.22 installed. Do I need to have apache2-mod_php installed? Rgds, Julius. > DO you have apache2-mod_php installed ? > > Which distro are you using ? > >> -----Original Message----- >> From: asterisk-users-bounces@lists.digium.com >> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of >> Julius Kidubuka >>
2005 Feb 20
10
HELP NEEDED! - Asterisk GUI
Hello, I am trying to setup an Asterisk GUI with the help of astman(please visit http://astman.sourceforge.net/am-user-guide.html). I have installed astman and currently assessing my GUI using; http://ipaddress-of-asteriskbox/cgi-perl/am-main.pl I am trying to get the menu options in my GUI to work but to no avail. Currently my parameters are set to; Asterisk Install Directory:
2007 Nov 12
5
DOS Assembler
Hi, i need to write DOS Assembler software, ive tried TASM.EXE, but it just crashes. System is: x86_64 AMD, archlinux. wine is installed as 32bit through multilib....is it possible that this combination causes the crash? Is there a easier solution/program? greets Julius
2006 May 23
9
Simple networking problem - DNS
Hi, I have spent a fair amount of time trying to solve this problem and tried things like disabling checksums etc. The problem is like this: 1. I boot my dom0 without xend running and I can resolve and ping google. 2. I start xend (without and domU domains up) and after a while I can no longer resolve domain names, but I can ping the public IP addresses. 3. I start up a domU (xm create -c xyz)
2007 Apr 04
4
CentOS 4 DNS Server not listening
I installed CentOS 4 on a new box to use as a DNS server. It is a basic server install. I configured named and it is all up and running fine. It just isn't listening on Port 53. It also (obviously) does not respond to DNS requests. Requests from the machine itself are processed just fine, so the service is working. It just can't be used by other machines. Not good for a public DNS
2009 Nov 28
3
extract coordinates from contour lines
To everyone, Is there a way to extract coordinates or an equation from a "straight" contour line? Thanks. Cheers Julius Tesoro
2006 May 09
5
voipjet down?
Somebody know if they are down? Let me know, Julius C. Barber ventas@gringotel.com www.GringoTel.com Tel. USA: 1-408-705-1189 GringoTel - ahorre en sus llamadas internacionales. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060509/924605b6/attachment.htm
2005 Oct 24
2
samba without netbios
Hi, ive read a lot in the howto about netbios/ddns, but im still confused if its possible for samba to only use tcp/ip without netbios. are there any howtos for this topic that are not mentioned in the samba3 howto? Greets Julius
2005 Jan 19
4
xfce4 for CentOS howto
Hi! Am new in trying CentOS, can you please help me how to install xfce4. What do I need to add in my yum,.conf or in my source.list for my apt-get. Thanks you very much and more power to you guys! Regards, Julius
2005 Nov 21
1
how to plot a list in graphs
hi all, I have a matrix and named each row and column as like below... a<-matrix(c(seq(3,45,3),seq(10,6,-1)),4,5,byrow=F) > col<-c("peter","david","richrd","vincent","selva") > rows<-c("julius","caeser","anja","maya") > dimnames(a)<-list(rows,col) > a peter david
2005 Mar 14
7
Voicemail SMS Alert - Possible?
I need to be able to send an sms alert to one's mobile/cell phone. For instance, when I receive a voicemail message in my inbox, I also want to be able to get a message on my cell phone alerting me of this e-mail. How possible is this? And if it is, what do I need to do to get the service up and running? Ideas are most welcome. Thanks, Julius.
2005 Feb 16
3
HELP!!!!!!!!
Hi, I have installed two X-Lite phones and they're able to login successfully. The two phones plus the Asterisk system are all on the same LAN with private addresses assigned to each of them. When a call is initiated and is picked up on the other end, there is completely no sound at all (as in the line goes dead). The codecs set in the softphones are g711u, g711a, GSM, iLBC and SPX.
2018 Mar 22
2
ARM Backend BuildMI operand issues
Hello everyone, I'm working on a MachineFunctionPass that inserts a list of instructions into an Module so a later Pass can work on them. To do so I load a dummy .ll file created from a main stub, create the needed function stubs (ModulePass), insert Blocks and create instructions using BuildMI. I started with branch instructions:     const TargetMachine &TM = MF.getTarget();
2015 Nov 04
2
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
Hello Julius, Thanks - but it doesn't seem to work. I installed sg3_utils and ran #scsi-rescan but that seemed to have done nothing for some reason. Cheers, Boris. On Wed, Nov 4, 2015 at 10:12 AM, Tnjulius <tnjulius at gmail.com> wrote: > Hi Boris, > Just rescan the scsi host. > #scsi-rescan #if you have sg3_utils package > #lsscsi > Or > #echo "- - -"
2018 Mar 23
1
ARM Backend BuildMI operand issues
Thank you for your help Tom you are totally right with the registers but the command you suggest also doesn't work. After some research I found the following thread on the mailing list: http://lists.llvm.org/pipermail/llvm-dev/2017-February/110086.html With your help and the information about the condition codes I was able to resolve the error:         BuildMI(BB, BB.end(), DL,
2007 Jan 02
2
guest account group
Hi, ive created a new user "myuser" with his primary group "users". after adding him with pdbedit -a -u myuser to samba pdbedit -L doesnt list the users group...? how can i set it? greets Julius
2009 Aug 08
1
frequency of numbers in a list
Hi, I have two vectors, mag and i, and I want to generate a of vector where each element is the frequency of mag which is greater than i. i produced the following code. However I get the following error: mag<-rnorm(40,5,3) i<-seq(floor(min(mag)),max(mag), 0.5) freq<-sum(mag>=i) Warning message: In mag >= i : longer object length is not a multiple of shorter object length