similar to: Uninstall Samba 3.0.14a

Displaying 20 results from an estimated 11000 matches similar to: "Uninstall Samba 3.0.14a"

2005 Jul 12
2
Samba installation
New to Samba and Linux. I loaded Samba 3.0.14a ran ./configure ran make ran make install edited /etc/samba/smb.conf to what I want I try and run usr/local/samba/bin/smbd -d and I get bash command not found What do I need to do? Thanks! John W. ************************************ This e-mail and any files transmitted with it are proprietary and intended solely for the use of the individual
2003 Oct 23
5
samba 2.27 as print server
I'm running Samba 2.27 on RH8 system. I've got samba as the print spooler for Windows XP clients and using winbind as the user validation against my Win2K DC. Permissions on the spool directory are root root with the sticky bit on. Clients can delete their own jobs from the que, but the spool directory is not being expunged of print jobs and the last job constantly displays in the client
2007 Apr 18
1
[Bridge] Making a bridge work without source address spoofing
So, I agree, the curent wireless card I have been given does not allow source address spoofing, but I still would like to use bridging. I wonder if anyone has tried modifying the bridge code to encapsulate the actual packet in some way so that the desired source address can be preserved? I am thinking of something like duplicating the ETH header, adding it to the beginning of the packet, so that
2011 Aug 31
2
Treat an Unquoted Character String as a Data Frame
I have several datasets that come from different studies (fv02 and fv03), they represent different levels (patients and lesions), and they have different patient populations (itt, mitt, mitt3). I wanted to write some code that would pass my three requirements into a function I wrote, produce the output, but not have to require me to also pass a unique plot title or output filename for each
2004 Jun 28
0
Authentication problem
I've got a RH9 box with samba 3.0.0 using winbind and pam for windows client and user authentication to a 2003 AD DC. This morning I started having problems with a few shares that then cascaded into a larger issue of being able to authenticate any client to the machine. I configured Kerberos with my realm information and have added the machine to the domain several times and have been
2005 Sep 22
0
STATUS_BUFFER_OVERFLOW
FC4 with Samba 3.20 Win 2003 AD Domain, no SP1 yet wbinfo --authenticate=dom+domtest%password yields the following could not open handle to NETLOGON pipe (error: STATUS_BUFFER_OVERFLOW) NTLM CRAP authentication for user [dom]\[domtest] returned STATUS_BUFFER_OVERFLOW (PAM: 4) challenge/response password authentication failed Could not authenticate user dom+domtest with challenge/response from
2003 Feb 06
0
Samba 2.2.7 as printserver
I have had this running now for 3 weeks and have not been able to figure a few things out. Samba 2.2.7-1 on RH7.2 using lprng and doing the print serving for windows XP clients I added printer drivers for each printer via APW facility. I can add drivers all day long, but I cannot remove them, the button is greyed out. I've got several color HP printer drivers that are causing problems but I
2003 Feb 18
1
Samba as printserver for XP clients
I've got samba 2.27 on a RH8 system Running as windows print server and doing the print spooling for clients I've got a corrupted driver installed on the server but cannot remove it using the following: Rpcclient $>deldriver "driver name" I get the following error: error 0xbb9! Phillip M. Bryant ITT Industries, Advanced Engineering and Sciences Network Administrator
2010 Apr 16
1
offline logon in 3.4.7-58
Having issues adapting our 3.4 configuration that worked very well using idmap rid in 3.3. It seems like winbind does not cache the credentials despite all of the settings being present. I can set winbind offline via smbcontrol and have it work, but if I reboot the machine (important for my laptops) off the network winbind complains that it can't find the logon server. When disconnected and
2003 Oct 27
1
Re: samba 2.27 as print server and msg72613.html
Date: Fri, 24 Oct 2003 21:30:40 -0500 From: "Robert" <Robertedstrom@yahoo.com> Subject: [Samba] Re: samba 2.27 as print server To: samba@lists.samba.org Message-ID: <bncna4$orb$1@sea.gmane.org> My original post is http://lists.samba.org/archive/samba/msg72613.html. [global] workgroup = Popstar netbios name = Paint-Roller server string = Print Server
2007 Sep 26
2
libFLAC++ Seeking
Hello, I've a problem with seeking using libFLAC++ API. The call to seek_absolute always returns with false, whatever I do. I tried many different ways, finally I tried to reduce my added code to near zero, so I used the cpp decode example in ...\flac-1.2.1\examples\cpp\decode\file\.main.cpp and added only one line: bool b=decoder.seek_absolute(1000); right before ok =
2009 Dec 14
1
Queue still tries to ring agent when busy
When agents are on the phone, and the CLI queue show command shows their status as busy, the queue still tries to send them calls. Running Asterisk 1.6.0.17 and using AddQueueMember to dynamically add agents. ringinuse is set to no for queue. Agents are using Polycom 430s. dialplan: exten => s,n,Queue(orders,itT,,,80) queue definition in queues.conf: [orders] maxlen=20 queue-thankyou=
2007 Sep 27
1
libFLAC++ Seeking
?rta: > ?rta: > > Hello, > > I've a problem with seeking using libFLAC++ API. > The call to seek_absolute always returns with false, whatever I do. > > I tried many different ways, finally I tried to reduce my added code to near zero, so I used the cpp decode example in ...\flac-1.2.1\examples\cpp\decode\file\.main.cpp and added only one line: > > bool
2006 May 23
1
after identify labels dissapear XP
Greetings: Using 'identify' to label points on a plot works just fine. However, when saving under 'metafile' or using the clipboard the labels dissapear. I believe it's an SDI issue. I am running last R with last Tinn-r under XP up to date. Anything I can do besides going back to MDI :-)? Thanks, Mihai Nica, ABD Jackson State University ITT Tech Instructor 170 East Griffith
2011 Feb 28
1
r help for growth rate
I'm havinf a problem with a simple file i have the following data State 1960 1970 1980 1990 1 All India 35988.70 37346.00 39707.30 42321.00 2 Andhra Pradesh 3431.03 3163.27 3687.23 3695.63 3 Assam 1902.93 2001.60 2278.47 2525.33 4 Bihar 5277.07 5133.80 5138.70 4662.57 5 Gujarat 538.13 456.10 484.23 590.47 6
2015 Feb 10
3
[LLVMdev] Bug in ARM Thumb inline asm?
I'm porting the musl C library to ARM Thumb. It looks like inline asm is failing in some cases. Here's one: The lseek system call looks like this: ... off_t result; return syscall(SYS__llseek, fd, offset>>32, offset, &result, whence) ? -1 : result; ... Which eventually goes through this macro: static inline long __syscall5(long n, long a, long b, long c,
2018 Dec 26
3
You removed Weboob package over political reasons? Whole Internet laughs at you
On Mon, Dec 24, 2018 at 01:26:15PM -0500, rj coleman wrote: > > > > On Dec 24, 2018, at 10:42 AM, Alice Wonder <alice at domblogger.net> wrote: > > > >> On 12/24/18 7:21 AM, vsnsdualce at memeware.net wrote: > >> Debian is not ruled by the men who actually write the software, but instead women. > > > > *snip* > > > > Can we
1998 Dec 11
4
nmblookup
Newbie question. If I type nmblookup __some other machine__ I get the correct response from Samba. If I type nmblookup __mymachine__ then I get an error yhat it is not found. So if nmbd is not setup right, how do I fix it? --Dan Dan Huston Phone (602) 965-2420 Measurement, Statistics and Methodological Studies Fax (602) 965-0300 Psychology in Education
2018 Apr 27
2
[DbgInfo] Potential bug in location list address ranges
Hi all, Consider this ARM assembly code of a C function: 00008124 <foo>: 8124: push {r4, r6, r7, lr} 8126: add r7, sp, #8 8128: mov r4, r0 812a: ldrsb.w r0, [r2] 812e: cmp r0, #1 8130: itt lt 8132: movlt r0, #85 ;
2015 Dec 18
3
google chrome future / centos 7
On Fri, December 18, 2015 7:34 am, Jonathan Billings wrote: > On Thu, Dec 17, 2015 at 09:38:40PM +0000, Richard wrote: >> On the linked-to help page: >> >> <https://support.google.com/chrome/answer/95346> >> >> they show fedora-21[+] as supported. If I remember correctly, >> RHEL/CentOS-7 is based against fedora-19. > > Actually, in two places on